Update for 2.1.401 RTM
This commit is contained in:
parent
e9c0787308
commit
3442e95bee
|
|
@ -35,7 +35,6 @@ namespace AspNetCoreSdkTests.Util
|
||||||
|
|
||||||
public static bool IsPreReleaseSdk =>
|
public static bool IsPreReleaseSdk =>
|
||||||
SdkVersion.IsPrerelease ||
|
SdkVersion.IsPrerelease ||
|
||||||
SdkVersion == new SemanticVersion(2, 1, 401) ||
|
|
||||||
SdkVersion == new SemanticVersion(2, 1, 402);
|
SdkVersion == new SemanticVersion(2, 1, 402);
|
||||||
|
|
||||||
public static string TargetFrameworkMoniker => $"netcoreapp{RuntimeVersion.Major}.{RuntimeVersion.Minor}";
|
public static string TargetFrameworkMoniker => $"netcoreapp{RuntimeVersion.Major}.{RuntimeVersion.Minor}";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue