diff --git a/AspNetCoreSdkTests/Util/DotNetUtil.cs b/AspNetCoreSdkTests/Util/DotNetUtil.cs index 19d3541745..689e10979f 100644 --- a/AspNetCoreSdkTests/Util/DotNetUtil.cs +++ b/AspNetCoreSdkTests/Util/DotNetUtil.cs @@ -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}";