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

@ -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"
};
}