diff --git a/build/BackwardsCompatibilityRuntimes.props b/build/BackwardsCompatibilityRuntimes.props index 6805d4377..72eddd70d 100644 --- a/build/BackwardsCompatibilityRuntimes.props +++ b/build/BackwardsCompatibilityRuntimes.props @@ -1,7 +1,7 @@ release/1.1.0 - 1.1.1 + 1.1.2 1.1.0 1.1.0 diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 46d79e0e5..6e2132971 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -4,7 +4,7 @@ 2.0.0-preview1-002111-00 15.3.0-preview-000117-01 2.0.0-rc4-61325-08 - 2.0.0-alpha-20170505-1 + 2.0.0-alpha-20170509-2 4.3.0-beta1-2418 1.0.0-rel-20170501-473 15.3.0-preview-20170502-03 diff --git a/test/dotnet.Tests/PackagedCommandTests.cs b/test/dotnet.Tests/PackagedCommandTests.cs index d5c83d97a..a4eff285b 100644 --- a/test/dotnet.Tests/PackagedCommandTests.cs +++ b/test/dotnet.Tests/PackagedCommandTests.cs @@ -162,7 +162,7 @@ namespace Microsoft.DotNet.Tests .Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1"); result.Should().Pass() - .And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!"); + .And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!"); } @@ -215,7 +215,7 @@ namespace Microsoft.DotNet.Tests .Execute("portable-v1"); result.Should().Pass() - .And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!"); + .And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!"); } [Fact]