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)
229targetFramework: _framework, 239if (string.IsNullOrEmpty(_framework) && newInstalledPackage.Frameworks.Count() > 0) 247framework = string.IsNullOrEmpty(_framework) ? null : NuGetFramework.Parse(_framework);