Updated the Shared Framework to 1.1.1 and 1.0.4.

This commit is contained in:
Livar Cunha 2017-02-10 15:12:52 -08:00
parent 6091a4704c
commit 1d61bf97ed
51 changed files with 63 additions and 61 deletions

View file

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