Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit d7b9fd4

Browse files
authored
Update TFM to include netcoreapp3.0
1 parent 5a3c664 commit d7b9fd4

File tree

1 file changed

+1
-0
lines changed
  • src/Microsoft.AspNetCore.Server.IntegrationTesting/Common

1 file changed

+1
-0
lines changed

src/Microsoft.AspNetCore.Server.IntegrationTesting/Common/Tfm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public static class Tfm
1111
public const string NetCoreApp20 = "netcoreapp2.0";
1212
public const string NetCoreApp21 = "netcoreapp2.1";
1313
public const string NetCoreApp22 = "netcoreapp2.2";
14+
public const string NetCoreApp30 = "netcoreapp3.0";
1415

1516
public static bool Matches(string tfm1, string tfm2)
1617
{

0 commit comments

Comments
 (0)