Skip to content

Commit 823c4b3

Browse files
dependabot[bot]JohanLarsson
authored andcommitted
Bump Microsoft.EntityFrameworkCore from 7.0.4 to 7.0.5
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bb2db9 commit 823c4b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ValidCode.Web/ValidCode.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -17,6 +17,6 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)