Handle Nuget Updates

Remove `System.Text.Encodings.Web` from API because why did we have it?
This commit is contained in:
Jordan Dominion
2025-02-16 17:38:26 -05:00
parent d61cd57125
commit e7d2a23450
12 changed files with 27 additions and 28 deletions
@@ -11,9 +11,9 @@
<ItemGroup>
<!-- Usage: Connecting to SignalR hubs in API -->
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.2" />
<!-- Usage: Using target JSON serializer for API -->
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="9.0.2" />
</ItemGroup>
<ItemGroup>