Update raphael (now threaded and loggable)

This commit is contained in:
Asriel Camora
2025-04-29 14:28:50 -07:00
parent fb959e07fc
commit 9d8e29f069
5 changed files with 37 additions and 28 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
@@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Raphael.Net" Version="1.1.0" />
<PackageReference Include="Raphael.Net" Version="2.1.0" />
</ItemGroup>
<ItemGroup>