10 references to RuntimeVersion
dotnet (10)
Commands\Run\CSharpCompilerCommand.cs (5)
264
var apphostSource = Path.Join(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}",
RuntimeVersion
, "runtimes", rid, "native", $"apphost{FileNameSuffixes.CurrentPlatform.Exe}");
380
if (NuGetVersion.TryParse(
RuntimeVersion
, out var version))
383
RuntimeVersion
:
387
return
RuntimeVersion
;
410
var packRoot = Path.Join(DotNetRootPath, "packs", "Microsoft.NETCore.App.Ref",
RuntimeVersion
);
Commands\Run\CSharpCompilerCommand.Generated.cs (4)
45
$"/analyzer:{NuGetCachePath}/microsoft.net.illink.tasks/{
RuntimeVersion
}/analyzers/dotnet/cs/ILLink.CodeFixProvider.dll",
46
$"/analyzer:{NuGetCachePath}/microsoft.net.illink.tasks/{
RuntimeVersion
}/analyzers/dotnet/cs/ILLink.RoslynAnalyzer.dll",
63
$"{NuGetCachePath}/microsoft.net.illink.tasks/{
RuntimeVersion
}/analyzers/dotnet/cs/ILLink.CodeFixProvider.dll",
64
$"{NuGetCachePath}/microsoft.net.illink.tasks/{
RuntimeVersion
}/analyzers/dotnet/cs/ILLink.RoslynAnalyzer.dll",
Commands\Run\VirtualProjectBuildingCommand.cs (1)
785
RuntimeVersion = CSharpCompilerCommand.
RuntimeVersion
,