Moving the runtime version to 2.0.0 for the SDK.

This commit is contained in:
Livar Cunha 2017-10-03 16:46:15 -07:00
parent 2d3b8da0b0
commit e24b53dda7
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]