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 10, 2025
1 parent 4542dc9 commit fe56079
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": "8.0.404",
"version": "9.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion src/Candoumbe.Types/Candoumbe.Types.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="9.0.0" Condition="'$(TargetFramework)' == 'net8.0'"/>
<PackageReference Update="Candoumbe.MiscUtilities" Version="0.14.0" />
</ItemGroup>

Expand Down

0 comments on commit fe56079

Please sign in to comment.