Skip to content

Commit

Permalink
Merge pull request #1868 from tgstation/dependabot/nuget/Microsoft.As…
Browse files Browse the repository at this point in the history
…pNetCore.Mvc.NewtonsoftJson-8.0.8

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.7 to 8.0.8
  • Loading branch information
Cyberboss authored Aug 15, 2024
2 parents 9dd6a54 + 451708c commit 1c1d8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!-- Usage: git interop -->
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
<!-- Usage: Using target JSON serializer for API -->
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.7" />
<!-- Usage: Generating dumps of dotnet engine processes -->
Expand Down

0 comments on commit 1c1d8e4

Please sign in to comment.