You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
23
external/corefx/tools-local/targetgroups.props
vendored
23
external/corefx/tools-local/targetgroups.props
vendored
@ -130,15 +130,21 @@
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>netcoreapp2.0</NuGetTargetMonikerShort>
|
||||
<Imports>netcoreapp1.0</Imports>
|
||||
<CompatibleWith>netstandard2.0</CompatibleWith>
|
||||
<CompatibleWith>netstandard</CompatibleWith>
|
||||
</TargetGroups>
|
||||
<!-- netcoreapp is an alias for netcoreapp2.0 -->
|
||||
<TargetGroups Include="netcoreapp">
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>netcoreapp2.0</NuGetTargetMonikerShort>
|
||||
<TargetGroups Include="netcoreapp2.1">
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
|
||||
<Imports>netcoreapp2.0</Imports>
|
||||
<CompatibleWith>netstandard</CompatibleWith>
|
||||
</TargetGroups>
|
||||
<!-- netcoreapp is an alias for netcoreapp2.1 -->
|
||||
<TargetGroups Include="netcoreapp">
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
|
||||
<Imports>netcoreapp2.1</Imports>
|
||||
<CompatibleWith>netstandard</CompatibleWith>
|
||||
</TargetGroups>
|
||||
<TargetGroups Include="netcoreapp1.2">
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v1.2</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>netcoreapp1.2</NuGetTargetMonikerShort>
|
||||
@ -203,6 +209,13 @@
|
||||
<Imports>net462</Imports>
|
||||
<CompatibleWith>netstandard</CompatibleWith>
|
||||
</TargetGroups>
|
||||
<TargetGroups Include="net471">
|
||||
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.7.1</TargetingPackNugetPackageId>
|
||||
<NuGetTargetMoniker>.NETFramework,Version=v4.7.1</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>net471</NuGetTargetMonikerShort>
|
||||
<Imports>net47</Imports>
|
||||
<CompatibleWith>netstandard</CompatibleWith>
|
||||
</TargetGroups>
|
||||
<TargetGroups Include="win8">
|
||||
<NuGetTargetMoniker>Windows,Version=v8.0</NuGetTargetMoniker>
|
||||
<NuGetTargetMonikerShort>win8</NuGetTargetMonikerShort>
|
||||
|
Reference in New Issue
Block a user