Update tool tests to target netcoreapp2.1

This commit is contained in:
Daniel Plaisted 2017-08-18 18:07:14 -07:00
parent dc4046ca7e
commit 60e5fabde2
6 changed files with 27 additions and 10 deletions

View file

@ -246,8 +246,8 @@ namespace Microsoft.DotNet.Tests
.CreateInstance()
.WithSourceFiles()
.WithRestoreFiles();
const string framework = ".NETCoreApp,Version=v2.0";
string framework = Tools.Tests.Utilities.NuGetFrameworks.NetCoreApp21.DotNetFrameworkName;
new BuildCommand()
.WithProjectDirectory(testInstance.Root)