Skip to content

Commit 3460136

Browse files
chore(deps): Bump Microsoft.EntityFrameworkCore.Relational from 10.0.0 to 10.0.1 (#187)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b28883 commit 3460136

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Entity Framework Core -->
1616
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
1717
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0" />
18-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0" />
18+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.1" />
1919
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="10.7.1" />
2020
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
2121

PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="10.0.1" />
2324
<Folder Include="Migrations\" />
2425
</ItemGroup>
2526

0 commit comments

Comments
 (0)