Update tool tests to target netcoreapp2.1
This commit is contained in:
parent
dc4046ca7e
commit
60e5fabde2
6 changed files with 27 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue