Skip to content

Commit

Permalink
Update NetAF.Imaging.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Nov 26, 2024
1 parent 6d6485b commit bf4b925
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions NetAF.Imaging/NetAF.Imaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,30 @@
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup>

<PropertyGroup>
<LangVersion>12.0</LangVersion>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>NetAF.Imaging.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<None Include="..\.nuget\Icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\.nuget\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit bf4b925

Please sign in to comment.