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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-05-11 02:32:03 +0300
committerGitHub <noreply@github.com>2017-05-11 02:32:03 +0300
commit3c90e64e572d35594114c5ccff7c94ec2c25a6a6 (patch)
tree8baeb03b2d7d14856c9177e91cb3677e8417e52c /dir.targets
parent1faf9039cfc7fad459830f64ece6d267021f8593 (diff)
Update the packaging license link to MIT (#3580)
* Update the packaging license link to MIT * Update the Url to point at the same repo
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets7
1 files changed, 7 insertions, 0 deletions
diff --git a/dir.targets b/dir.targets
index c66ff1388..f0d140e64 100644
--- a/dir.targets
+++ b/dir.targets
@@ -28,6 +28,13 @@
<!-- Override corefx multi targeting support -->
<Target Name="ConvertCommonMetadataToAdditionalProperties" BeforeTargets="AssignProjectConfiguration" />
+ <!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
+ <Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
+ <PropertyGroup>
+ <LicenseUrl>https://github.com/dotnet/corert/blob/master/LICENSE.TXT</LicenseUrl>
+ </PropertyGroup>
+ </Target>
+
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">
<!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two properties to any folder that exists to skip
the GenerateReferenceAssemblyPaths task (not target) and to prevent it from outputting a warning (MSB3644). -->