Skip to content

Commit 2aca932

Browse files
Merge pull request #81 from Genocs/dependabot/nuget/src/template/src/Infrastructure/Microsoft.EntityFrameworkCore.Tools-9.0.11
Bump Microsoft.EntityFrameworkCore.Tools from 9.0.10 to 9.0.11
2 parents 0cb7f1e + 3d23b21 commit 2aca932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/template/src/Infrastructure/Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
2121

2222
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.11" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.11">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2626
<TreatAsUsed>true</TreatAsUsed>
@@ -64,4 +64,4 @@
6464
<ProjectReference Include="..\Application\Application.csproj" />
6565
</ItemGroup>
6666

67-
</Project>
67+
</Project>

0 commit comments

Comments
 (0)