Bump stuff

This commit is contained in:
Smaug123
2024-12-24 20:29:10 +00:00
parent 3f426728ad
commit 58a042c3ee
8 changed files with 53 additions and 133 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
@@ -26,8 +26,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Abstractions" Version="13.2.28" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
<PackageReference Include="SkiaSharp" Version="3.116.1" />
</ItemGroup>
</Project>