1 write to RuntimeFrameworkVersion
dotnet-getdocument (1)
ProjectOptions.cs (1)
29
RuntimeFrameworkVersion
= command.Option("--runtime <RUNTIME_IDENTIFIER>", Resources.RuntimeDescription);
1 reference to RuntimeFrameworkVersion
dotnet-getdocument (1)
Commands\InvokeCommand.cs (1)
121
var runtimeFrameworkVersion = _projectOptions.
RuntimeFrameworkVersion
.Value();