Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 14, 2024
1 parent c8db9fd commit f481669
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.14" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.14" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="7.0.15" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.15" />
</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.25" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.25" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.26" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.26" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit f481669

Please sign in to comment.