Enable targeting .NET Core 2.2

This commit is contained in:
Daniel Plaisted 2018-11-26 18:58:37 -08:00
parent a54418d44e
commit a8c664ba67
3 changed files with 15 additions and 4 deletions

View file

@ -216,8 +216,7 @@ namespace EndToEnd
get
{
yield return new object[] { "2.1" };
// 2.2 not yet stable
//yield return new object[] { "2.2" };
yield return new object[] { "2.2" };
yield return new object[] { LatestSupportedAspNetCoreAppVersion };
}
}

View file

@ -20,8 +20,7 @@ namespace EndToEnd
"1.1",
"2.0",
"2.1",
// 2.2 currently disabled in master: https://github.com/dotnet/cli/issues/10125
// "2.2",
"2.2",
"3.0"
};
}