You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
7
external/corert/dir.targets
vendored
7
external/corert/dir.targets
vendored
@@ -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). -->
|
||||
|
Reference in New Issue
Block a user