summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-09-27 13:29:35 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2016-09-27 13:29:35 -0700
commit1b3eead4d93412f90c4fc8568517f9ead67a73ab (patch)
treed655afd505bf74d6c2e1a7bd1937d69aacb670d2 /src/.nuget/Microsoft.NETCore.Runtime.CoreCLR
parent21ff2ecb4ef0b5b3f3e17699a574b5170466920a (diff)
downloadcoreclr-1b3eead4d93412f90c4fc8568517f9ead67a73ab.tar.gz
coreclr-1b3eead4d93412f90c4fc8568517f9ead67a73ab.tar.bz2
coreclr-1b3eead4d93412f90c4fc8568517f9ead67a73ab.zip
Centralize APISet and WinArm32 package versions as well.
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.Runtime.CoreCLR')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index eab9291a13..7182a8ed00 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -14,12 +14,12 @@
-->
<RuntimeDependency Include="runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR">
<TargetRuntime>win8-arm</TargetRuntime>
- <Version>1.2.0-$(ExternalExpectedPrerelease)</Version>
+ <Version>$(Win8ArmPackageVersion)-$(ExternalExpectedPrerelease)</Version>
</RuntimeDependency>
<!-- ApiSets are only applicable for Windows.
Despite the unconditioned package dependency it is constrained by runtime IDs within it's own package -->
<Dependency Include="Microsoft.NETCore.Windows.ApiSets">
- <Version>1.0.2-$(ExternalExpectedPrerelease)</Version>
+ <Version>$(WindowsAPISetPackageVersion)</Version>
</Dependency>
<ProjectReference Include="..\Microsoft.NETCore.Jit\Microsoft.NETCore.Jit.pkgproj" />
<ProjectReference Include="win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj">