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>

View File

@@ -5,28 +5,28 @@
"CringePlugins": {
"type": "Direct",
"requested": "[*, )",
"resolved": "0.1.51",
"contentHash": "6v6FfWlrLge3E67R75P/svFtvbAodzffwMyISUYFrZK6XTYsLPLExegnHswPNMC1PFbwD5ukhXYF9eUgIluubQ==",
"resolved": "0.1.57",
"contentHash": "PR3GGF1qvBMdre3f7CgPBKoHk0/Y8MXFz/Kp9SkAzmJmTzARct0MxFEz+nhUYfoNAma02L5KXuko5QYv3lWmQA==",
"dependencies": {
"ImGui.NET.DirectX": "1.91.0.1",
"Lib.Harmony.Thin": "2.3.4-torch",
"NLog": "5.4.0",
"NuGet": "0.1.51",
"SharedCringe": "0.1.51",
"NuGet": "0.1.57",
"SharedCringe": "0.1.57",
"SpaceEngineersDedicated.ReferenceAssemblies": "1.206.30",
"dnlib": "4.4.0"
}
},
"Steamworks.NET": {
"type": "Direct",
"requested": "[20.1.0, )",
"requested": "[20.1.0, 20.1.0]",
"resolved": "20.1.0",
"contentHash": "+GntwnyJ5tCNvUIaQxv2+ehDvZJzGUqlSB5xRBk1hTj1qqBJ6s4vK/OfGD/jae7aTmXiGSm8wpJORosNtQevJQ=="
},
"CringeBootstrap.Abstractions": {
"type": "Transitive",
"resolved": "0.1.51",
"contentHash": "dpA0Tr7Ir+6WzlVq98on0kxcEwpUr/arl0+8EX3QPsO2tXYTuRJRDMqy4SlMjN5t+xDfT/iILzkcUldIfogE8A=="
"resolved": "0.1.57",
"contentHash": "0Otka7VBWH8xhkmJ7OsBe0zoZyT8N9W6Bl1ZasymLW5rVkcEwspJt7iZ75mPQOe4qo9UuvnZJdV/fMIYXK2yEg=="
},
"dnlib": {
"type": "Transitive",
@@ -103,8 +103,8 @@
},
"NuGet": {
"type": "Transitive",
"resolved": "0.1.51",
"contentHash": "fwUsNKy/EQB26JocU3suqYqFqbQ8mb63Ri5NGf7OPy7zLooxHNUYaN+MuBhbshveP+8IKdlPfc8UkrFyzKK8PA==",
"resolved": "0.1.57",
"contentHash": "7e395oq1nXq61w3G/3dpMZo3XieMynWjgUBZl9B4jbo+08XCu0bPfkAsF793/9GKdVvfflXT0eHVfNziAfnbKg==",
"dependencies": {
"NuGet.Frameworks": "6.13.2",
"NuGet.Versioning": "6.13.2",
@@ -128,10 +128,10 @@
},
"SharedCringe": {
"type": "Transitive",
"resolved": "0.1.51",
"contentHash": "9QargvU/hAVUXt1QZaeCHExmoYfrtHP9Vq9X5oMbIX8lOCmjulZx0rSuwoDR46/I1eu4+xVvM78/u+F4UiP6uw==",
"resolved": "0.1.57",
"contentHash": "Vc6JmpW8R7nVIFz56ItR2uo3kfdc3DQh+ctTw7dqrQgzwUiC0s6j7OOXwSq2nvXBtXtym5E/3Gc3vKsUdhvKPw==",
"dependencies": {
"CringeBootstrap.Abstractions": "0.1.51",
"CringeBootstrap.Abstractions": "0.1.57",
"NLog": "5.4.0",
"SpaceEngineersDedicated.ReferenceAssemblies": "1.206.30"
}
@@ -182,7 +182,7 @@
"net9.0-windows7.0/win-x64": {
"Steamworks.NET": {
"type": "Direct",
"requested": "[20.1.0, )",
"requested": "[20.1.0, 20.1.0]",
"resolved": "20.1.0",
"contentHash": "+GntwnyJ5tCNvUIaQxv2+ehDvZJzGUqlSB5xRBk1hTj1qqBJ6s4vK/OfGD/jae7aTmXiGSm8wpJORosNtQevJQ=="
},