summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DotnetCLIVersion.txt2
-rw-r--r--dir.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/DotnetCLIVersion.txt b/DotnetCLIVersion.txt
index c916191a1e..23d09af1af 100644
--- a/DotnetCLIVersion.txt
+++ b/DotnetCLIVersion.txt
@@ -1 +1 @@
-1.0.0.001504 \ No newline at end of file
+1.0.0.001718 \ No newline at end of file
diff --git a/dir.props b/dir.props
index c0d9f6fe6b..110eabff47 100644
--- a/dir.props
+++ b/dir.props
@@ -161,7 +161,7 @@
<PackagingTaskDir Condition="'$(TargetsWindows)' == 'true'">$(ToolsDir)net45/</PackagingTaskDir>
<BuildNumberMajor Condition="'$(BuildNumberMajor)' == ''">00001</BuildNumberMajor>
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
- <PackagePlatform Condition="'$(PackagePlatform)' == ''">$(BuildArch)</PackagePlatform>
+ <PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>
<PackageOutputPath>$(PackagesBinDir)/pkg/</PackageOutputPath>
</PropertyGroup>