1 write to _globalProperties
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
94
_globalProperties
= CommonRunHelpers.GetGlobalPropertiesFromArgs(msbuildArgs);
6 references to _globalProperties
dotnet (6)
Commands\Run\RunCommandSelector.cs (6)
112
if (
_globalProperties
.TryGetValue("TargetFramework", out var existingFramework) && !string.IsNullOrWhiteSpace(existingFramework))
149
!
_globalProperties
.ContainsKey("TargetFramework"))
162
_globalProperties
[key] = value;
188
globalProperties:
_globalProperties
,
226
if (_project is not null && !
_globalProperties
.ContainsKey("TargetFramework"))
233
var restoreProperties = new Dictionary<string, string>(
_globalProperties
, StringComparer.OrdinalIgnoreCase);