Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2017-08-25 04:14:06 +0300
committerGitHub <noreply@github.com>2017-08-25 04:14:06 +0300
commitd21b5400f9793024b5edaf7978ecb77c4f04bda4 (patch)
tree3f2600abef4e3a4d6d0428847bce207bf4045f81 /external/runtime
parent101eb844e9c6555a3a29483c97941bdf03af84ed (diff)
Update DotNetHost version refererence (#23536)
This change updates the version of the DotNetHost and DotNetHostPolicy to a newer version that's available for RHEL 6 too.
Diffstat (limited to 'external/runtime')
-rw-r--r--external/runtime/runtime.depproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index fbf223dff3..1bd39c34f4 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -36,10 +36,10 @@
<Version>$(PackageVersion)-$(CoreFxExpectedPrerelease)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.DotNetHost">
- <Version>2.0.0-preview2-25310-02</Version>
+ <Version>2.0.1-servicing-25615-03</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy">
- <Version>2.0.0-preview2-25310-02</Version>
+ <Version>2.0.1-servicing-25615-03</Version>
</PackageReference>
</ItemGroup>