You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
6
external/corefx/Packaging.props
vendored
6
external/corefx/Packaging.props
vendored
@@ -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>
|
||||
@@ -23,8 +23,8 @@
|
||||
<PackageVersion Condition="'$(PackageVersion)' == ''">4.4.0</PackageVersion>
|
||||
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
|
||||
<SkipGenerationCheck>true</SkipGenerationCheck>
|
||||
<!-- disable layout creation in favor of binplacing -->
|
||||
<ShouldCreateLayout>false</ShouldCreateLayout>
|
||||
<!-- support check is broken until we reenable package harvesting -->
|
||||
<SkipSupportCheck>true</SkipSupportCheck>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Condition="Exists('pkg/baseline/baseline.props') AND '$(MSBuildProjectExtension)' == '.pkgproj'" Project="pkg/baseline/baseline.props" />
|
||||
|
||||
Reference in New Issue
Block a user