Update TFM to include netcoreapp3.0

This commit is contained in:
Nate McMaster 2018-10-30 11:26:46 -07:00 committed by GitHub
parent 5a3c664566
commit d7b9fd4807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{