Skip to content

Commit

Permalink
Merge pull request #89 from mpewsey/imagesharp-update
Browse files Browse the repository at this point in the history
Update ImageSharp package
  • Loading branch information
mpewsey authored Mar 5, 2024
2 parents b974f04 + b097798 commit 3e1a4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ManiaMap/ManiaMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyTitle>MPewsey.ManiaMap</AssemblyTitle>
<RootNamespace>MPewsey.ManiaMap</RootNamespace>
<PackageId>MPewsey.ManiaMap</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Authors>Matt Pewsey</Authors>
<Company>Matt Pewsey</Company>
<Copyright>Copyright © 2022</Copyright>
Expand Down Expand Up @@ -69,7 +69,7 @@

<ItemGroup>
<PackageReference Include="MPewsey.Common" Version="0.0.12" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.0.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
</ItemGroup>

</Project>

0 comments on commit 3e1a4c6

Please sign in to comment.