66 <BaseArtifactsPathSuffix >$(SynercodingProjectCategory)/$(MSBuildProjectName)</BaseArtifactsPathSuffix >
77 <BaseIntermediateOutputPath >$(BaseArtifactsPath)obj/$(BaseArtifactsPathSuffix)/</BaseIntermediateOutputPath >
88 <BaseOutputPath >$(BaseArtifactsPath)bin/$(BaseArtifactsPathSuffix)/</BaseOutputPath >
9- <PackageOutputPath >$(BaseArtifactsPath)pkg/$(BaseArtifactsPathSuffix)/$( Configuration)/</PackageOutputPath >
9+ <PackageOutputPath >$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath >
1010 </PropertyGroup >
1111
1212 <PropertyGroup >
1313 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1414 <DebugType >portable</DebugType >
1515 <DebugType Condition =" '$(codecov)' != ''" >full</DebugType >
16- <Nullable >enable</Nullable >
17- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1816 <SignAssembly >false</SignAssembly >
1917 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
20- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
21- <Features >strict</Features >
18+ </PropertyGroup >
19+
20+ <PropertyGroup >
21+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
22+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
2223 </PropertyGroup >
2324
2425 <PropertyGroup >
2526 <Authors >Gerard Gunnewijk</Authors >
2627 <Company >Synercoding</Company >
27- <Product >Synercoding.FileFormats.Pdf</Product >
2828 <Copyright >Copyright © $(Company)</Copyright >
2929 </PropertyGroup >
3030
31- <PropertyGroup >
32- <VersionPrefix >0.0.1</VersionPrefix >
33- <VersionPrefix Condition =" '$(packageversion)' != ''" >$(PackageVersion)</VersionPrefix >
34- <VersionSuffix ></VersionSuffix >
35- </PropertyGroup >
36-
3731 <PropertyGroup >
3832 <NeutralLanguage >en</NeutralLanguage >
3933 <OverwriteReadOnlyFiles >true</OverwriteReadOnlyFiles >
4034 <RepositoryType >git</RepositoryType >
35+ <RepositoryUrl >https://github.com/synercoder/FileFormats.Pdf/</RepositoryUrl >
4136 <RestoreSources >
4237 https://api.nuget.org/v3/index.json;
4338 https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
4742
4843 <PropertyGroup >
4944 <LangVersion >8.0</LangVersion >
45+ <Nullable >enable</Nullable >
46+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
47+ <Features >strict</Features >
48+ </PropertyGroup >
49+
50+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
51+ <DefineConstants >$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants >
52+ </PropertyGroup >
53+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >
54+ <DefineConstants >$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants >
55+ </PropertyGroup >
56+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
57+ <DefineConstants >$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants >
5058 </PropertyGroup >
5159
5260</Project >
0 commit comments