Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Cluster <cluster@cluster.wtf>2023-11-26 15:44:17 +0300
committerAlexey Cluster <cluster@cluster.wtf>2023-11-26 15:44:17 +0300
commit58abd78ff998245d575be41d1e3b796b4a92bb0a (patch)
treeec745a8e0537c90cd2871e46abd6cb509209ebeb
parent248ced4678d1bdd91a18875e31219322ef84bb8a (diff)
SkiaSharp update
-rw-r--r--NesTiler/NesTiler.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/NesTiler/NesTiler.csproj b/NesTiler/NesTiler.csproj
index 3c74529..264d072 100644
--- a/NesTiler/NesTiler.csproj
+++ b/NesTiler/NesTiler.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
@@ -34,7 +34,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ColorMinePortable" Version="2.0.1" />
- <PackageReference Include="SkiaSharp" Version="2.88.3" />
+ <PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.3" />
<PackageReference Include="System.IO.Hashing" Version="6.0.2" />
</ItemGroup>