diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Common/Tfm.cs b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Common/Tfm.cs index 56715d3c08..4fb0bb57ef 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Common/Tfm.cs +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Common/Tfm.cs @@ -11,6 +11,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting public const string NetCoreApp20 = "netcoreapp2.0"; public const string NetCoreApp21 = "netcoreapp2.1"; public const string NetCoreApp22 = "netcoreapp2.2"; + public const string NetCoreApp30 = "netcoreapp3.0"; public static bool Matches(string tfm1, string tfm2) {