Update the CLI to netcoreapp2.0.
This commit is contained in:
parent
e0d2bba7db
commit
d4153815d5
51 changed files with 178 additions and 491 deletions
|
@ -282,7 +282,7 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
result.Should().NotBeNull();
|
||||
|
||||
result.Args.Should().Contain("--fx-version 1.0.3");
|
||||
result.Args.Should().Contain("--fx-version 2.0.0");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue