1 write to _framework
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
73
_framework
= parseResult.GetValue(Definition.FrameworkOption);
4 references to _framework
dotnet (4)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (4)
229
targetFramework:
_framework
,
239
if (string.IsNullOrEmpty(
_framework
) && newInstalledPackage.Frameworks.Count() > 0)
247
framework = string.IsNullOrEmpty(
_framework
) ? null : NuGetFramework.Parse(
_framework
);