Update for 2.1.401 RTM

This commit is contained in:
Mike Harder 2018-08-21 17:26:05 -07:00
parent e9c0787308
commit 3442e95bee
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ namespace AspNetCoreSdkTests.Util
public static bool IsPreReleaseSdk =>
SdkVersion.IsPrerelease ||
SdkVersion == new SemanticVersion(2, 1, 401) ||
SdkVersion == new SemanticVersion(2, 1, 402);
public static string TargetFrameworkMoniker => $"netcoreapp{RuntimeVersion.Major}.{RuntimeVersion.Minor}";