Update TFM to include netcoreapp3.0
This commit is contained in:
parent
5a3c664566
commit
d7b9fd4807
|
|
@ -11,6 +11,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
||||||
public const string NetCoreApp20 = "netcoreapp2.0";
|
public const string NetCoreApp20 = "netcoreapp2.0";
|
||||||
public const string NetCoreApp21 = "netcoreapp2.1";
|
public const string NetCoreApp21 = "netcoreapp2.1";
|
||||||
public const string NetCoreApp22 = "netcoreapp2.2";
|
public const string NetCoreApp22 = "netcoreapp2.2";
|
||||||
|
public const string NetCoreApp30 = "netcoreapp3.0";
|
||||||
|
|
||||||
public static bool Matches(string tfm1, string tfm2)
|
public static bool Matches(string tfm1, string tfm2)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue