summaryrefslogtreecommitdiff
path: root/OnekoOnline.csproj
diff options
context:
space:
mode:
authorSarah Duck <git@sarahduck.ca>2025-06-11 20:47:24 -0700
committerSarah Duck <git@sarahduck.ca>2025-06-11 20:47:24 -0700
commitc91b8f1c3c0a00895c5e70880ac684f027e97aab (patch)
tree1e5c3d187b42101f231d1338d2d30e1702a5ff68 /OnekoOnline.csproj
parentf9291d8330e2d587544fa650d8d070f34ff0475d (diff)
Updated Libraries, and Improved Bitmap serialization.
Diffstat (limited to 'OnekoOnline.csproj')
-rw-r--r--OnekoOnline.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/OnekoOnline.csproj b/OnekoOnline.csproj
index 2e9f999..c0eb221 100644
--- a/OnekoOnline.csproj
+++ b/OnekoOnline.csproj
@@ -4,17 +4,18 @@
<OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<StripSymbols>true</StripSymbols>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="LiteNetLib" Version="1.2.0" />
- <PackageReference Include="Raylib-cs" Version="6.0.0" />
+ <PackageReference Include="LiteNetLib" Version="1.3.1" />
+ <PackageReference Include="Raylib-cs" Version="7.0.1" />
<EmbeddedResource Include="nekos\oneko.png" />
<EmbeddedResource Include="misc\cursor.png" />