From f8126a6b0223edc0353467c0cb2cbaa72259dbcc Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Tue, 18 Jun 2019 16:26:57 -0700 Subject: [PATCH] Re-enable .NET Core 2.2 tests Fixes #780 --- test/EndToEnd/SupportedNetCoreAppVersions.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index 593396c51..6c9adff95 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -20,8 +20,7 @@ namespace EndToEnd "1.1", "2.0", "2.1", - // https://github.com/dotnet/core-sdk/issues/780 - // "2.2", + "2.2", "3.0" }; }