Skip to content

Commit

Permalink
[wasm] Bump the stj version to avoid error (#104751)
Browse files Browse the repository at this point in the history
* Bump the stj version to avoid error

* System.Net.Http.Json does not have version 8.0.4, changing to net9 prev 5

---------

Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
  • Loading branch information
lewing and ilonatommy committed Jul 12, 2024
1 parent b54bfdd commit 61f08d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- versions are pinned but when run from WBT level, it's taking in-tree runtime -->
<ItemGroup>
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="9.0.0-preview.5.24306.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0-preview.5.24306.11" />
</ItemGroup>
</Project>

0 comments on commit 61f08d3

Please sign in to comment.