Updating the runtime to 2.0.5.

This commit is contained in:
Livar Cunha 2017-12-13 09:27:06 -08:00
parent b3d565da56
commit ed916733ee
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CLI_SharedFrameworkVersion>2.0.5-servicing-26004-03</CLI_SharedFrameworkVersion>
<CLI_SharedFrameworkVersion>2.0.5</CLI_SharedFrameworkVersion>
<CLI_MSBuild_Version>15.5.180</CLI_MSBuild_Version>
<ClI_MSBUILD_Runtime_Version>15.5.180.1</ClI_MSBUILD_Runtime_Version>
<CLI_Roslyn_Version>2.6.0-beta3-62309-01</CLI_Roslyn_Version>

View file

@ -303,7 +303,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().Contain("--fx-version 2.0.5-servicing-26004-03");
result.Args.Should().Contain("--fx-version 2.0.5");
}
[Fact]