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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dependencies.props4
-rw-r--r--src/BuildIntegration/Microsoft.NETCore.Native.Unix.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.props b/dependencies.props
index 81a2f07d5..dd8d755ce 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,10 +1,10 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <RyuJITVersion>2.1.0-preview1-26016-02</RyuJITVersion>
+ <RyuJITVersion>2.1.0-preview1-26030-01</RyuJITVersion>
<ObjectWriterVersion>1.0.19-prerelease-00001</ObjectWriterVersion>
<CoreFxVersion>4.5.0-preview1-26029-02</CoreFxVersion>
<CoreFxUapVersion>4.6.0-preview1-26029-02</CoreFxUapVersion>
- <MicrosoftNETCoreNativeVersion>2.1.0-preview1-26016-02</MicrosoftNETCoreNativeVersion>
+ <MicrosoftNETCoreNativeVersion>2.1.0-preview1-26030-01</MicrosoftNETCoreNativeVersion>
<MicrosoftNETCoreAppPackageVersion>2.0.0</MicrosoftNETCoreAppPackageVersion>
<XunitNetcoreExtensionsVersion>1.0.1-prerelease-02104-02</XunitNetcoreExtensionsVersion>
</PropertyGroup>
diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
index 07df75dd3..17f6d2e46 100644
--- a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
+++ b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props
@@ -55,12 +55,12 @@ See the LICENSE file in the project root for more information.
<ItemGroup>
<AdditionalNativeLibrary Include="$(IlcPath)/sdk/libSystem.Private.CoreLib.Native.a" />
<AdditionalNativeLibrary Include="$(IlcPath)/framework/System.Native.a" />
+ <AdditionalNativeLibrary Include="$(IlcPath)/framework/System.Globalization.Native.a" />
<AdditionalNativeLibrary Include="$(IlcPath)/framework/System.IO.Compression.Native.a" />
<AdditionalNativeLibrary Include="$(IlcPath)/framework/System.Net.Http.Native.a" />
<AdditionalNativeLibrary Include="$(IlcPath)/framework/System.Net.Security.Native.a" />
<AdditionalNativeLibrary Include="$(IlcPath)/framework/System.Security.Cryptography.Native.Apple.a" Condition="'$(TargetOS)' == 'OSX'"/>
<AdditionalNativeLibrary Include="$(IlcPath)/framework/System.Security.Cryptography.Native.OpenSsl.a" Condition="'$(TargetOS)' != 'OSX'"/>
- <AdditionalNativeLibrary Include="$(IlcPath)/framework/libSystem.Globalization.Native.a" />
</ItemGroup>
<ItemGroup>