You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
8
external/corefx/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds
vendored
Normal file
8
external/corefx/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds
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">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
<ItemGroup>
|
||||
<Project Include="Microsoft.NETCore.Targets.pkgproj"/>
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
|
||||
</Project>
|
35
external/corefx/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
vendored
Normal file
35
external/corefx/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?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>
|
||||
<SkipValidatePackage>true</SkipValidatePackage>
|
||||
</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')" />
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
92
external/corefx/pkg/Microsoft.NETCore.Targets/runtime.json
vendored
Normal file
92
external/corefx/pkg/Microsoft.NETCore.Targets/runtime.json
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"supports": {
|
||||
"uwp.10.0.app": {
|
||||
"uap10.0": [
|
||||
"win10-x86",
|
||||
"win10-x86-aot",
|
||||
"win10-x64",
|
||||
"win10-x64-aot",
|
||||
"win10-arm",
|
||||
"win10-arm-aot"
|
||||
]
|
||||
},
|
||||
"net45.app": {
|
||||
"net45": [
|
||||
"",
|
||||
"win-x86",
|
||||
"win-x64"
|
||||
]
|
||||
},
|
||||
"net451.app": {
|
||||
"net451": [
|
||||
"",
|
||||
"win-x86",
|
||||
"win-x64"
|
||||
]
|
||||
},
|
||||
"net452.app": {
|
||||
"net452": [
|
||||
"",
|
||||
"win-x86",
|
||||
"win-x64"
|
||||
]
|
||||
},
|
||||
"net46.app": {
|
||||
"net46": [
|
||||
"",
|
||||
"win-x86",
|
||||
"win-x64"
|
||||
]
|
||||
},
|
||||
"net461.app": {
|
||||
"net461": [
|
||||
"",
|
||||
"win-x86",
|
||||
"win-x64"
|
||||
]
|
||||
},
|
||||
"net462.app": {
|
||||
"net462": [
|
||||
"",
|
||||
"win-x86",
|
||||
"win-x64"
|
||||
]
|
||||
},
|
||||
"netcoreapp1.0.app": {
|
||||
"netcoreapp1.0": [
|
||||
"win7-x86",
|
||||
"win7-x64",
|
||||
"osx.10.11-x64",
|
||||
"centos.7-x64",
|
||||
"debian.8-x64",
|
||||
"linuxmint.17-x64",
|
||||
"opensuse.13.2-x64",
|
||||
"rhel.7.2-x64",
|
||||
"ubuntu.14.04-x64",
|
||||
"ubuntu.16.04-x64"
|
||||
]
|
||||
},
|
||||
"win8.app": {
|
||||
"win8": ""
|
||||
},
|
||||
"win81.app": {
|
||||
"win81": ""
|
||||
},
|
||||
"wp8.app": {
|
||||
"wp8": ""
|
||||
},
|
||||
"wp81.app": {
|
||||
"wp81": ""
|
||||
},
|
||||
"wpa81.app": {
|
||||
"wpa81": ""
|
||||
},
|
||||
"dnxcore50.app": {
|
||||
"dnxcore50": [
|
||||
"win7-x86",
|
||||
"win7-x64"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user