summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorSenthil <schellap@microsoft.com>2016-06-08 18:07:21 -0700
committerSenthil <schellap@microsoft.com>2016-06-08 18:07:21 -0700
commit37a633134ef5d5c6ce42d94e1f15608d78f844b7 (patch)
tree8d85b1f8f1eb5abe89a4b1ca1cbe94aa27a23eec /dir.props
parent56c91483492b5280cb127aeeb2f63bcc32fbcaae (diff)
downloadcoreclr-37a633134ef5d5c6ce42d94e1f15608d78f844b7.tar.gz
coreclr-37a633134ef5d5c6ce42d94e1f15608d78f844b7.tar.bz2
coreclr-37a633134ef5d5c6ce42d94e1f15608d78f844b7.zip
Add win8-arm package for CoreCLR
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index f685e737ae..66386c4eb1 100644
--- a/dir.props
+++ b/dir.props
@@ -151,6 +151,9 @@
<ProjectUrl>https://dot.net</ProjectUrl>
+ <!-- PreReleaseSuffix for TFS win8-arm CoreCLR package -->
+ <ExternalExpectedPrerelease>rc3-24206-01</ExternalExpectedPrerelease>
+
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
pulling in different packaging dependencies.
-->