Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 414cab8

Browse files
author
Livar
authored
Merge pull request #6552 from livarcocc/update_sdk_to_get_msrc_implicit_versions
Updating the SDK to one that carries updated versions of the implicit 1.0 versions.
2 parents 5436217 + c25fdd8 commit 414cab8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/BackwardsCompatibilityRuntimes.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup Condition=" '$(IncludeSharedFrameworksForBackwardsCompatibilityTests)' == 'true' ">
33
<BackwardsCompatibility110CoreSetupChannel>release/1.1.0</BackwardsCompatibility110CoreSetupChannel>
4-
<BackwardsCompatibility110SharedFrameworkVersion>1.1.1</BackwardsCompatibility110SharedFrameworkVersion>
4+
<BackwardsCompatibility110SharedFrameworkVersion>1.1.2</BackwardsCompatibility110SharedFrameworkVersion>
55
<BackwardsCompatibility110SharedHostVersion>1.1.0</BackwardsCompatibility110SharedHostVersion>
66
<BackwardsCompatibility110HostFxrVersion>1.1.0</BackwardsCompatibility110HostFxrVersion>
77

build/DependencyVersions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<CLI_SharedFrameworkVersion>2.0.0-preview1-002111-00</CLI_SharedFrameworkVersion>
55
<CLI_MSBuild_Version>15.3.0-preview-000117-01</CLI_MSBuild_Version>
66
<CLI_Roslyn_Version>2.0.0-rc4-61325-08</CLI_Roslyn_Version>
7-
<CLI_NETSDK_Version>2.0.0-alpha-20170505-1</CLI_NETSDK_Version>
7+
<CLI_NETSDK_Version>2.0.0-alpha-20170509-2</CLI_NETSDK_Version>
88
<CLI_NuGet_Version>4.3.0-beta1-2418</CLI_NuGet_Version>
99
<CLI_WEBSDK_Version>1.0.0-rel-20170501-473</CLI_WEBSDK_Version>
1010
<CLI_TestPlatform_Version>15.3.0-preview-20170502-03</CLI_TestPlatform_Version>

test/dotnet.Tests/PackagedCommandTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void IfPreviousVersionOfSharedFrameworkIsInstalled_ToolsTargetingItRun(bo
162162
.Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1");
163163

164164
result.Should().Pass()
165-
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!");
165+
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!");
166166

167167
}
168168

@@ -215,7 +215,7 @@ public void IfAToolHasNotBeenRestoredForNetCoreApp2_0ItFallsBackToNetCoreApp1_x(
215215
.Execute("portable-v1");
216216

217217
result.Should().Pass()
218-
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!");
218+
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!");
219219
}
220220

221221
[Fact]

0 commit comments

Comments
 (0)