Skip to content

Commit

Permalink
chore(deps): update all dependencies to v9 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 78173ad commit ee6a297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="LightMock.Generator" Version="1.2.2" />
<!-- Convenience wrapper around generated mocks. -->
<PackageReference Include="LightMoq" Version="0.1.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<!-- Include the package to test. -->
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.404",
"version": "9.0.100",
"rollForward": "latestMajor"
},
"msbuild-sdks": {
Expand Down

0 comments on commit ee6a297

Please sign in to comment.