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:
-rw-r--r--BuildToolsVersion.txt2
-rw-r--r--Packaging.props1
2 files changed, 2 insertions, 1 deletions
diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index a16997ab0d..b6fbc40c92 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.0.0-prerelease-01609-02 \ No newline at end of file
+2.0.0-prerelease-01609-03
diff --git a/Packaging.props b/Packaging.props
index 3aa36446d9..09c77c9e1f 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -9,6 +9,7 @@
<ProjectUrl>https://dot.net</ProjectUrl>
<!-- Add a condition for this when we are able to run on .NET Core -->
<PackagingTaskDir>$(ToolsDir)net46/</PackagingTaskDir>
+ <LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
<PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>