1 write to _globalProperties
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
97
_globalProperties
= CommonRunHelpers.GetGlobalPropertiesFromArgs(msbuildArgs);
6 references to _globalProperties
dotnet (6)
Commands\Run\RunCommandSelector.cs (6)
116
if (
_globalProperties
.TryGetValue("TargetFramework", out var existingFramework) && !string.IsNullOrWhiteSpace(existingFramework))
153
!
_globalProperties
.ContainsKey("TargetFramework"))
166
_globalProperties
[key] = value;
192
globalProperties:
_globalProperties
,
230
if (_project is not null && !
_globalProperties
.ContainsKey("TargetFramework"))
237
var restoreProperties = new Dictionary<string, string>(
_globalProperties
, StringComparer.OrdinalIgnoreCase);