Skip to content

Commit

Permalink
Adding a custom build of steamkit that has their latest CMList change…
Browse files Browse the repository at this point in the history
…s included.
  • Loading branch information
tpill90 committed Oct 17, 2024
1 parent ab7870e commit 490a63b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LancachePrefill.Common
8 changes: 7 additions & 1 deletion SteamPrefill/SteamPrefill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
<PackageReference Include="HexMate" Version="0.0.3" />
<PackageReference Include="Intellenum" Version="1.0.0-beta.3" />
<PackageReference Include="protobuf-net" Version="3.2.30" />
<PackageReference Include="SteamKit2" Version="3.0.0-Beta.2" />

<!-- TODO remove this temporary steamkit build when the fix has been pushed to nuget -->
<Reference Include="SteamKit2">
<HintPath>..\lib\SteamKit2.dll</HintPath>
</Reference>
<!--<PackageReference Include="SteamKit2" Version="3.0.0-Beta.2" />-->

<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.2.14">
<PrivateAssets>all</PrivateAssets>
Expand Down
Binary file added lib/SteamKit2.dll
Binary file not shown.

0 comments on commit 490a63b

Please sign in to comment.