specify steamworks version (don't use newer)
All checks were successful
Build / Compute Version (push) Successful in 5s
Build / Build Nuget package (push) Successful in 46s

This commit is contained in:
2025-05-11 21:00:58 -04:00
parent f04de5080e
commit 5e52deaaa5
2 changed files with 14 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="CringePlugins" Version="*" ExcludeAssets="runtime; native"/>
<PackageReference Include="Steamworks.NET" Version="20.1.0" ExcludeAssets="runtime; native" />
<PackageReference Include="Steamworks.NET" Version="[20.1.0]" ExcludeAssets="runtime; native" />
</ItemGroup>
</Project>