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