Dependency Fix

This commit is contained in:
glax 2025-01-16 21:52:03 +01:00
parent da43815a8a
commit 89e368c176
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<option name="locations">
<list>
<option value="$PROJECT_DIR$/OpenCS2hock/bin/Release/net7.0/win-x86/publish" />
<option value="$PROJECT_DIR$/OpenCS2hock/bin/Release/net9.0/win-x64/publish" />
</list>
</option>
</component>

View File

@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="CS2GSI" Version="1.1.0" />
<PackageReference Include="CShocker" Version="3.0.0" />
<PackageReference Include="CShocker" Version="3.0.2" />
<PackageReference Include="GlaxLogger" Version="1.0.7.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>