10 references to RuntimeVersion
dotnet (10)
Commands\Run\CSharpCompilerCommand.cs (5)
265var apphostSource = Path.Join(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}", RuntimeVersion, "runtimes", rid, "native", $"apphost{FileNameSuffixes.CurrentPlatform.Exe}"); 381if (NuGetVersion.TryParse(RuntimeVersion, out var version)) 384RuntimeVersion : 388return RuntimeVersion; 411var 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)
675RuntimeVersion: canCache ? CSharpCompilerCommand.RuntimeVersion : string.Empty,