Moving the runtime version to 2.0.0 for the SDK.

(cherry picked from commit e24b53dda7)
This commit is contained in:
Livar Cunha 2017-10-03 16:46:15 -07:00 committed by Nick Guerrera
parent ddae0875cf
commit fead8521c3
2 changed files with 2 additions and 2 deletions

View file

@ -309,7 +309,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().Contain("--fx-version 2.0.1");
result.Args.Should().Contain("--fx-version 2.0.0");
}
[Fact]