Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 0e21397 commit 2b8542d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "8.0.405",
"version": "9.0.102",
"rollForward": "latestMinor"
}
}
4 changes: 2 additions & 2 deletions src/Candoumbe.MiscUtilities/Candoumbe.MiscUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="8.0.0"/>
<PackageReference Include="System.Text.Json" Version="9.0.1"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="9.0.1"/>
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 2b8542d

Please sign in to comment.