Skip to content

Commit

Permalink
fix(deps): update dependency system.text.json to 9.0.0-rc.2.24473.5 (#…
Browse files Browse the repository at this point in the history
…114)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivan Josipovic <[email protected]>
  • Loading branch information
renovate[bot] and IvanJosipovic authored Oct 9, 2024
1 parent 850f12f commit 0d2817e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1",
"version": "9.0.100-rc.2",
"rollForward": "latestFeature",
"allowPrerelease": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net8.0'">
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.2.24473.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0d2817e

Please sign in to comment.