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:
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets7
1 files changed, 0 insertions, 7 deletions
diff --git a/dir.targets b/dir.targets
index 4a2e50c48..df714dd15 100644
--- a/dir.targets
+++ b/dir.targets
@@ -59,11 +59,4 @@
<!-- 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>
-
</Project>