Disableing 2.2 implicit framework tests because the packages haven't been published yet.

This commit is contained in:
Livar Cunha 2019-03-01 10:55:27 -08:00
parent d81616de3e
commit 7dffd726de
2 changed files with 4 additions and 2 deletions

View file

@ -226,7 +226,8 @@ namespace EndToEnd
get get
{ {
yield return new object[] { "2.1" }; yield return new object[] { "2.1" };
yield return new object[] { "2.2" }; // https://github.com/dotnet/core-sdk/issues/780
// yield return new object[] { "2.2" };
yield return new object[] { LatestSupportedAspNetCoreAppVersion }; yield return new object[] { LatestSupportedAspNetCoreAppVersion };
} }
} }

View file

@ -20,7 +20,8 @@ namespace EndToEnd
"1.1", "1.1",
"2.0", "2.0",
"2.1", "2.1",
"2.2", // https://github.com/dotnet/core-sdk/issues/780
// "2.2",
"3.0" "3.0"
}; };
} }