Skip to content

Commit 10e562d

Browse files
dependabot[bot]JohanLarsson
authored andcommitted
Bump Microsoft.EntityFrameworkCore from 7.0.10 to 7.0.11
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 7.0.10 to 7.0.11. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.10...v7.0.11) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f1efff commit 10e562d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AspNetCoreAnalyzers.Tests/AspNetCoreAnalyzers.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" PrivateAssets="all" />
2626
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
2727
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
28-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
3030
<PackageReference Include="NUnit" Version="3.13.3" />
3131
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" PrivateAssets="all" />

ValidCode/ValidCode.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)