Skip to content

Commit e93df19

Browse files
Merge pull request #1420 from dnprogramming/dependabot/nuget/api/api/Microsoft.EntityFrameworkCore.Analyzers-10.0.0
Bump Microsoft.EntityFrameworkCore.Analyzers from 9.0.11 to 10.0.0
2 parents f97dd67 + 39672e6 commit e93df19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/api/api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
</ItemGroup>
7272
<ItemGroup>
7373
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.11" />
74+
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="10.0.0" />
7475
<Protobuf Include="Protos\country.proto" GrpcServices="Server" />
7576
</ItemGroup>
7677
</Project>

api/tests/tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.11" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.10" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
31-
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="9.0.11" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="10.0.0" />
3232
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)