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
8
external/corefx/pkg/Microsoft.NETCore.Targets/Configurations.props
vendored
Normal file
8
external/corefx/pkg/Microsoft.NETCore.Targets/Configurations.props
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<BuildConfigurations>
|
||||
netstandard;
|
||||
</BuildConfigurations>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
<ItemGroup>
|
||||
<ItemGroup Condition="'$(OfficialBuildId)' == '' Or '$(BuildAllConfigurations)' == 'true'">
|
||||
<Project Include="Microsoft.NETCore.Targets.pkgproj"/>
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
|
||||
|
@ -1,35 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageVersion>$(LineupPackageVersion)</PackageVersion>
|
||||
<IsLineupPackage>true</IsLineupPackage>
|
||||
<RuntimeFileSource>runtime.json</RuntimeFileSource>
|
||||
<PackageVersion>2.1.0</PackageVersion>
|
||||
<SkipValidatePackage>true</SkipValidatePackage>
|
||||
<!-- We don't need to harvest the stable packages to build this -->
|
||||
<HarvestStablePackage>false</HarvestStablePackage>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="..\NETStandard.Library\NETStandard.Library.packages.targets" />
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<!-- make this package installable and noop in a packages.config-based project -->
|
||||
<File Include="$(PlaceHolderFile)">
|
||||
<TargetPath>lib/netstandard1.0</TargetPath>
|
||||
</File>
|
||||
|
||||
<Package Include="System.Private.Uri" />
|
||||
<NativePackage Include="runtime.native.System.IO.Compression" />
|
||||
<NativePackage Include="runtime.native.System" />
|
||||
<NativePackage Include="runtime.native.System.Net.Http" />
|
||||
<NativePackage Include="runtime.native.System.Security.Cryptography" />
|
||||
<NativePackage Include="runtime.native.System.Security.Cryptography.Apple" />
|
||||
<NativePackage Include="runtime.native.System.Security.Cryptography.OpenSsl" />
|
||||
<NativePackage Include="runtime.native.System.Net.Security" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<LineupProjectReference Include="@(Package->'$(SourceDir)%(Identity)/pkg/%(Identity).pkgproj')" />
|
||||
<LineupProjectReference Include="@(NativePackage->'$(SourceDir)Native/pkg/%(Identity)/%(Identity).pkgproj')" />
|
||||
<File Include="runtime.json" />
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user