Skip to content

Commit d09d62d

Browse files
authored
Merge pull request #894 from microting/dependabot/nuget/DBMigrator/Microsoft.EntityFrameworkCore.Design-9.0.11
Bump Microsoft.EntityFrameworkCore.Design from 9.0.10 to 9.0.11
2 parents 07c31ae + d378fb2 commit d09d62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DBMigrator/DBMigrator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

Microting.eFormCaseTemplateBase/Microting.eFormCaseTemplateBase.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)