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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-06-13 04:00:06 +0300
committerGitHub <noreply@github.com>2017-06-13 04:00:06 +0300
commite9696b2d8ce18e5912298b0b56c3cf0a5d648df2 (patch)
tree07aa30391426103a9a1be55058f4292ea4635f31
parent717b4dbf806252d1847b5fdfed86859af15e2894 (diff)
Update RyuJIT (#3864)
This picks up dotnet/coreclr#12209.
-rw-r--r--src/packaging/packages.targets2
-rw-r--r--src/packaging/ryujit/project.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/packaging/packages.targets b/src/packaging/packages.targets
index 3695f21a9..c76fd287e 100644
--- a/src/packaging/packages.targets
+++ b/src/packaging/packages.targets
@@ -26,7 +26,7 @@
<CoreFxNuPkgRid Condition="'$(OSGroup)'=='OSX'">osx-x64</CoreFxNuPkgRid>
<CoreFxNuPkgRid Condition="'$(CoreFxNuPkgRid)'==''">$(NuPkgRid)</CoreFxNuPkgRid>
- <JitPackageVersion>2.1.0-preview1-25406-04</JitPackageVersion>
+ <JitPackageVersion>2.1.0-preview1-25412-03</JitPackageVersion>
<JitNuPkgRid Condition="'$(OSGroup)'=='Windows_NT'">win-x64</JitNuPkgRid>
<JitNuPkgRid Condition="'$(OSGroup)'=='OSX'">osx-x64</JitNuPkgRid>
<JitNuPkgRid Condition="'$(OSGroup)'=='Linux'">linux-x64</JitNuPkgRid>
diff --git a/src/packaging/ryujit/project.json b/src/packaging/ryujit/project.json
index fc003705f..62e1aa26b 100644
--- a/src/packaging/ryujit/project.json
+++ b/src/packaging/ryujit/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Jit": "2.1.0-preview1-25406-04"
+ "Microsoft.NETCore.Jit": "2.1.0-preview1-25412-03"
},
"frameworks": {
"netcoreapp2.0": { }