diff options
Diffstat (limited to 'OnekoOnline.csproj')
| -rw-r--r-- | OnekoOnline.csproj | 7 |
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" /> |
