|
|
|
@ -25,16 +25,9 @@ |
|
|
|
<DebugType Condition="'$(codecov)' != ''">full</DebugType> |
|
|
|
<NullableContextOptions>disable</NullableContextOptions> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!--MinVer Properties for versioning--> |
|
|
|
<PropertyGroup> |
|
|
|
<MinVerTagPrefix>v</MinVerTagPrefix> |
|
|
|
<MinVerVerbosity>normal</MinVerVerbosity> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!-- |
|
|
|
https://apisof.net/ |
|
|
|
+===================+=======+==========+=====================+=============+=================+====================+==============+=========+ |
|
|
|
@ -99,6 +92,19 @@ |
|
|
|
<VersionSuffix></VersionSuffix> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl> |
|
|
|
<!-- Build symbol package (.snupkg) to distribute the PDB containing Source Link --> |
|
|
|
<IncludeSymbols>true</IncludeSymbols> |
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!--MinVer Properties for versioning--> |
|
|
|
<PropertyGroup> |
|
|
|
<MinVerTagPrefix>v</MinVerTagPrefix> |
|
|
|
<MinVerVerbosity>normal</MinVerVerbosity> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!-- Default settings that are otherwise undefined --> |
|
|
|
<PropertyGroup> |
|
|
|
<Copyright>Copyright © Six Labors</Copyright> |
|
|
|
|