Updating the build and tests to work with the 2.2.0 runtime.
This commit is contained in:
parent
dae5099ffb
commit
2f0f270a73
71 changed files with 104 additions and 99 deletions
|
|
@ -107,7 +107,7 @@ namespace Microsoft.DotNet.Cli.Package.Add.Tests
|
|||
|
||||
var packageName = "Newtonsoft.Json";
|
||||
var packageVersion = "9.0.1";
|
||||
var framework = "netcoreapp2.1";
|
||||
var framework = "netcoreapp2.2";
|
||||
var cmd = new DotnetCommand()
|
||||
.WithWorkingDirectory(projectDirectory)
|
||||
.ExecuteWithCapturedOutput($"add package {packageName} --version {packageVersion} --framework {framework}");
|
||||
|
|
|
|||
Reference in a new issue