This commit is contained in:
barelyprofessional
2025-12-25 02:30:10 -06:00
parent 6b86b3ae6c
commit 7aefa17f47
4 changed files with 599 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
@@ -25,6 +26,8 @@
<PackageReference Include="NLog" Version="6.0.7" />
<PackageReference Include="Raffinert.FuzzySharp" Version="3.0.6" />
<PackageReference Include="RandN" Version="0.5.0" />
<PackageReference Include="Raylib-cs" Version="7.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
<PackageReference Include="StackExchange.Redis" Version="2.10.1" />
<PackageReference Include="System.Runtime.Caching" Version="10.0.1" />
<PackageReference Include="Websocket.Client" Version="5.3.0" />