Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent 0237e99 commit 91d777d
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="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.6" />
</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.31" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.31" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.6" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit 91d777d

Please sign in to comment.