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 14, 2025
1 parent e853452 commit 594ce16
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="MongoFramework" Version="0.29.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="7.0.20" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.20" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.1" />
</ItemGroup>
</When>
<When Condition=" '$(TargetFramework)' == 'net6.0' ">
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="MongoFramework" Version="0.29.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.33" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.33" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.1" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit 594ce16

Please sign in to comment.