6 references to SupportedNetCoreAppVersions
EndToEnd.Tests (6)
GivenFrameworkDependentApps.cs (1)
15
[ClassData(typeof(
SupportedNetCoreAppVersions
))]
GivenSelfContainedAppsRollForward.cs (3)
33
SupportedNetCoreAppVersions
.TargetFrameworkShortFolderVersion
34
.Should().Contain(targetFramework, $"the {nameof(
SupportedNetCoreAppVersions
)}.{nameof(
SupportedNetCoreAppVersions
.Versions)} property should include the default version " +
GivenUsingDefaultRuntimeFrameworkVersions.cs (1)
16
private static readonly IEnumerable<string> versions =
SupportedNetCoreAppVersions
.Versions.Where(version => NuGetVersion.Parse(version).Major >= 3);
Utilities\SupportedNetCoreAppVersions.cs (1)
67
SupportedNetCoreAppVersions
.Versions.Except(new List<string>() { "1.0", "1.1", "2.0" });