Skip to content

Commit

Permalink
Bump Microsoft.EntityFrameworkCore from 3.1.2 to 3.1.3 (#14)
Browse files Browse the repository at this point in the history
* Bump Microsoft.EntityFrameworkCore from 3.1.2 to 3.1.3

Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v3.1.2...v3.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update framework related dependencies to 3.1.3

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Georg Jung <gjung@gimas.net>
  • Loading branch information
dependabot-preview[bot] and georg-jung committed Mar 25, 2020
1 parent 748d792 commit 88dd231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WoL/WoL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.2">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.3" />
<PackageReference Include="WakeOnLAN" Version="2.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 88dd231

Please sign in to comment.