Revert the runtime to 2.0.6 because we need to service the SDK with a new NuGet.
This commit is contained in:
parent
1e42b63860
commit
9ba1de58de
2 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
result.Should().NotBeNull();
|
||||
|
||||
result.Args.Should().Contain("--fx-version 2.0.7-servicing-26322-01");
|
||||
result.Args.Should().Contain("--fx-version 2.0.6");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue