Skip to content

Commit

Permalink
Make sure to use System.Text.Json 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Jan 2, 2025
1 parent 5e04dcd commit 73ed51c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions GSE/GSE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PackageReference Include="ImGui.NET" Version="1.91.0.1" ExcludeAssets="native" />
<PackageReference Include="SharpCompress" Version="0.38.0" />
<PackageReference Include="System.IO.Hashing" Version="9.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106" PrivateAssets="all" />
<PackageReference Include="GitInfo" Version="3.5.0" PrivateAssets="all" />
<ProjectReference Include="$(ProjectDir)../externals/SDL2-CS/SDL2-CS.csproj" />
Expand Down
3 changes: 3 additions & 0 deletions externals/DiscordRPC/DiscordRPC.csproj
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../GSECommon.props" />
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
</Project>

0 comments on commit 73ed51c

Please sign in to comment.