summaryrefslogtreecommitdiff
path: root/dir.props
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 /dir.props
parent21ff2ecb4ef0b5b3f3e17699a574b5170466920a (diff)
downloadcoreclr-1b3eead4d93412f90c4fc8568517f9ead67a73ab.tar.gz
coreclr-1b3eead4d93412f90c4fc8568517f9ead67a73ab.tar.bz2
coreclr-1b3eead4d93412f90c4fc8568517f9ead67a73ab.zip
Centralize APISet and WinArm32 package versions as well.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props4
1 files changed, 3 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 8f906d0215..f94a54f81e 100644
--- a/dir.props
+++ b/dir.props
@@ -154,9 +154,11 @@
<!-- Central place to set the versions of all nuget packages produced in the repo -->
<PackageVersion Condition="'$(PackageVersion)' == ''">1.2.0</PackageVersion>
+ <WindowsAPISetPackageVersion>1.0.1</WindowsAPISetPackageVersion>
+ <Win8ArmPackageVersion>$(PackageVersion)</Win8ArmPackageVersion>
<!-- Set the boolean below to true to generate packages with stabilized versions -->
- <StabilizePackageVersion>false</StabilizePackageVersion>
+ <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires