1 write to Version
dotnet (1)
RuntimeConfig.cs (1)
56
Version
= version
3 references to Version
dotnet (2)
CommandFactory\CommandResolution\PackagedCommandSpecFactoryWithCliRuntime.cs (2)
34
Version toolFrameworkSimpleVersion = GetVersionWithoutPrerelease(runtimeConfig.Framework.
Version
);
42
runtimeConfig.Framework.
Version
,
dotnet.Tests (1)
RuntimeConfigTests.cs (1)
119
runtimeConfig.Framework.
Version
.Should().Be("2.1.0");