Revert the runtime to 2.0.6 because we need to service the SDK with a new NuGet.

This commit is contained in:
Livar Cunha 2018-03-29 22:29:46 -07:00
parent 1e42b63860
commit 9ba1de58de
2 changed files with 2 additions and 2 deletions

View file

@ -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]