Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-02-02 01:46:24 +0300
committerEric Mellino <erme@microsoft.com>2017-02-03 01:01:36 +0300
commit275dfcc19cbc0aff8290a401aeea7bab0456a50d (patch)
tree15f7baae3a5227c31f868c5e092b42c4bb240130 /Packaging.props
parente6053632c08ea63044456a5138d1b8ea8b860c52 (diff)
Update to buildtools containing GenFacades task
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Packaging.props b/Packaging.props
index 38030ee6b6..e22e711168 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -8,7 +8,7 @@
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
<ProjectUrl>https://dot.net</ProjectUrl>
<!-- Add a condition for this when we are able to run on .NET Core -->
- <PackagingTaskDir>$(ToolsDir)net45/</PackagingTaskDir>
+ <PackagingTaskDir>$(ToolsDir)net46/</PackagingTaskDir>
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
<PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>