From 069b30ce22d9787eecc17ab541e6a89067406f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 04:05:28 +0000 Subject: [PATCH] Bump Microsoft.EntityFrameworkCore.Design from 5.0.4 to 5.0.6 in /src Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) from 5.0.4 to 5.0.6. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/commits/v5.0.6) Signed-off-by: dependabot[bot] <support@github.com> --- src/Notenverwaltung.WPF.App/Notenverwaltung.WPFCore.App.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notenverwaltung.WPF.App/Notenverwaltung.WPFCore.App.csproj b/src/Notenverwaltung.WPF.App/Notenverwaltung.WPFCore.App.csproj index 4094c5e5..6fba8d32 100644 --- a/src/Notenverwaltung.WPF.App/Notenverwaltung.WPFCore.App.csproj +++ b/src/Notenverwaltung.WPF.App/Notenverwaltung.WPFCore.App.csproj @@ -25,7 +25,7 @@ <PackageReference Include="MvvmCross.Platforms.Wpf" Version="7.1.2" /> <PackageReference Include="Dragablz.NetCore" Version="0.3.3" /> <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.4"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference>