|
35 | 35 | +===================+=======+==========+=====================+=============+=================+====================+==============+ |
36 | 36 | | netcoreapp3.1 | Y | Y | Y | Y | Y | Y | Y | |
37 | 37 | | netcoreapp2.1 | Y | Y | Y | Y | Y | N | Y | |
38 | | - | netcoreapp2.0 | Y | N | N | N | N | N | Y | |
39 | | - | netstandard2.1 | Y | Y | N | Y | Y | N | Y | |
40 | | - | netstandard2.0 | N | N | N | N | N | N | Y | |
41 | | - | netstandard1.3 | N | N | N | N | N | N | N | |
42 | | - | net472 | N | N | Y | N | N | N | Y | |
43 | 38 | +===================+=======+==========+=====================+=============+=================+====================+==============+ |
44 | 39 | --> |
45 | 40 |
|
46 | 41 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'"> |
47 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_HASHCODE;SUPPORTS_EXTENDED_INTRINSICS;SUPPORTS_SPAN_STREAM;SUPPORTS_ENCODING_STRING;SUPPORTS_RUNTIME_INTRINSICS;SUPPORTS_CODECOVERAGE</DefineConstants> |
| 42 | + <DefineConstants>$(DefineConstants);SUPPORTS_MATHF</DefineConstants> |
| 43 | + <DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants> |
| 44 | + <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants> |
| 45 | + <DefineConstants>$(DefineConstants);SUPPORTS_SPAN_STREAM</DefineConstants> |
| 46 | + <DefineConstants>$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants> |
| 47 | + <DefineConstants>$(DefineConstants);SUPPORTS_RUNTIME_INTRINSICS</DefineConstants> |
| 48 | + <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
48 | 49 | </PropertyGroup> |
49 | 50 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'"> |
50 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_HASHCODE;SUPPORTS_EXTENDED_INTRINSICS;SUPPORTS_SPAN_STREAM;SUPPORTS_ENCODING_STRING;SUPPORTS_CODECOVERAGE</DefineConstants> |
51 | | - </PropertyGroup> |
52 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
53 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_CODECOVERAGE</DefineConstants> |
54 | | - </PropertyGroup> |
55 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'"> |
56 | | - <DefineConstants>$(DefineConstants);SUPPORTS_MATHF;SUPPORTS_HASHCODE;SUPPORTS_SPAN_STREAM;SUPPORTS_ENCODING_STRING;SUPPORTS_CODECOVERAGE</DefineConstants> |
57 | | - </PropertyGroup> |
58 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
| 51 | + <DefineConstants>$(DefineConstants);SUPPORTS_MATHF</DefineConstants> |
| 52 | + <DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants> |
| 53 | + <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants> |
| 54 | + <DefineConstants>$(DefineConstants);SUPPORTS_SPAN_STREAM</DefineConstants> |
| 55 | + <DefineConstants>$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants> |
59 | 56 | <DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants> |
60 | 57 | </PropertyGroup> |
61 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'net472'"> |
62 | | - <DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS;SUPPORTS_CODECOVERAGE</DefineConstants> |
63 | | - </PropertyGroup> |
64 | 58 |
|
65 | 59 | <!-- Default settings that explicitly differ from the Sdk.targets defaults--> |
66 | 60 | <PropertyGroup> |
|
75 | 69 |
|
76 | 70 | <!-- Default settings that are otherwise undefined --> |
77 | 71 | <PropertyGroup> |
78 | | - <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)shared-infrastructure/SixLabors.snk</AssemblyOriginatorKeyFile> |
79 | | - <Copyright>Copyright © Six Labors and Contributors</Copyright> |
| 72 | + <Copyright>Copyright © Six Labors</Copyright> |
80 | 73 | <Features>strict;IOperation</Features> |
81 | 74 | <HighEntropyVA>true</HighEntropyVA> |
82 | 75 | <LangVersion>8.0</LangVersion> |
83 | 76 | <NeutralLanguage>en</NeutralLanguage> |
84 | 77 | <OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles> |
85 | | - <PackageIcon>icon.png</PackageIcon> |
86 | | - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 78 | + <PackageIcon>sixlabors.imagesharp.web.128.png</PackageIcon> |
| 79 | + <PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
87 | 80 | <PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl> |
88 | 81 | <ProduceReferenceAssembly>true</ProduceReferenceAssembly> |
89 | 82 | <RepositoryType>git</RepositoryType> |
90 | 83 | <RestoreSources> |
91 | 84 | https://www.myget.org/F/sixlabors/api/v3/index.json; |
92 | 85 | https://api.nuget.org/v3/index.json; |
93 | 86 | </RestoreSources> |
94 | | - <SixLaborsPublicKey>002400000c8000009400000006020000002400005253413100040000010001000147e6fe6766715eec6cfed61f1e7dcdbf69748a3e355c67e9d8dfd953acab1d5e012ba34b23308166fdc61ee1d0390d5f36d814a6091dd4b5ed9eda5a26afced924c683b4bfb4b3d64b0586a57eff9f02b1f84e3cb0ddd518bd1697f2c84dcbb97eb8bb5c7801be12112ed0ec86db934b0e9a5171e6bb1384b6d2f7d54dfa97</SixLaborsPublicKey> |
| 87 | + <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)shared-infrastructure/SixLabors.snk</AssemblyOriginatorKeyFile> |
| 88 | + <SixLaborsPublicKey>00240000048000009400000006020000002400005253413100040000010001000147e6fe6766715eec6cfed61f1e7dcdbf69748a3e355c67e9d8dfd953acab1d5e012ba34b23308166fdc61ee1d0390d5f36d814a6091dd4b5ed9eda5a26afced924c683b4bfb4b3d64b0586a57eff9f02b1f84e3cb0ddd518bd1697f2c84dcbb97eb8bb5c7801be12112ed0ec86db934b0e9a5171e6bb1384b6d2f7d54dfa97</SixLaborsPublicKey> |
95 | 89 | <UseSharedCompilation>true</UseSharedCompilation> |
| 90 | + <SignAssembly>true</SignAssembly> |
96 | 91 | </PropertyGroup> |
97 | 92 |
|
98 | 93 | <!-- Package references and additional files which are consumed by all projects --> |
99 | 94 | <ItemGroup> |
100 | | - <PackageReference Include="Microsoft.Net.Compilers.Toolset" IsImplicitlyDefined="true" /> |
| 95 | + <PackageReference Include="Microsoft.Net.Compilers.Toolset" IsImplicitlyDefined="true" PrivateAssets="All"/> |
101 | 96 | <PackageReference Include="StyleCop.Analyzers" IsImplicitlyDefined="true" /> |
102 | 97 | <AdditionalFiles Include="$(MSBuildThisFileDirectory)shared-infrastructure\stylecop.json" /> |
103 | 98 | <!--NuGet package icon source--> |
104 | | - <None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\imagesharp.web\sixlabors.imagesharp.web.128.png" Pack="true" PackagePath="\icon.png" /> |
| 99 | + <None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\imagesharp.web\sixlabors.imagesharp.web.128.png" Pack="true" PackagePath="" /> |
| 100 | + <None Include="$(MSBuildThisFileDirectory)shared-infrastructure\NUGETLICENSE.md" Pack="true" PackagePath="LICENSE.md" /> |
105 | 101 | </ItemGroup> |
106 | 102 |
|
107 | 103 | </Project> |
0 commit comments