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