|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<Description>A cross-platform library for the processing of image files; written in C#</Description> |
|
|
|
<AssemblyTitle>ImageSharp.Formats.Png</AssemblyTitle> |
|
|
|
<VersionPrefix>1.0.0-alpha1</VersionPrefix> |
|
|
|
<VersionPrefix>1.0.0-alpha2</VersionPrefix> |
|
|
|
<Authors>James Jackson-South and contributors</Authors> |
|
|
|
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
@ -27,15 +27,11 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" /> |
|
|
|
<AdditionalFiles Include="..\Shared\stylecop.json" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta001"> |
|
|
|
<PrivateAssets>All</PrivateAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="System.Buffers" Version="4.3.0" /> |
|
|
|
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" /> |
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" /> |
|
|
|
@ -53,7 +49,7 @@ |
|
|
|
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<WarningsAsErrors>true</WarningsAsErrors> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
|
|
|
<Reference Include="System.Runtime" /> |
|
|
|
|