Skip to content

Commit 61f08d3

Browse files
lewingilonatommy
andauthored
[wasm] Bump the stj version to avoid error (#104751)
* 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>
1 parent b54bfdd commit 61f08d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mono/wasm/testassets/WasmOnAspNetCore/Shared/Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

0 commit comments

Comments
 (0)