Updating the runtime to 2.0.5.
This commit is contained in:
parent
b3d565da56
commit
ed916733ee
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue