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 Nov 12, 2024
1 parent e853452 commit b7a1ef9
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.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.0" />
</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.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.0" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit b7a1ef9

Please sign in to comment.