Skip to content

Commit 4351f22

Browse files
authored
Merge pull request #799 from microting/dependabot/nuget/Microsoft.EntityFrameworkCore.Design-6.0.5
Bump Microsoft.EntityFrameworkCore.Design from 6.0.4 to 6.0.5
2 parents dc1a3a7 + 9159ad2 commit 4351f22

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
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.4">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

eFormCore/Microting.eForm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<PackageReference Include="DocumentFormat.OpenXml" Version="2.16.0" />
274274
<PackageReference Include="Magick.NET-Q16-x64" Version="11.1.0" />
275275
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5" />
276-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.4">
276+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
277277
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
278278
<PrivateAssets>all</PrivateAssets>
279279
</PackageReference>

0 commit comments

Comments
 (0)