Skip to content

Commit

Permalink
Update Microsoft.Extensions and EFCore Dependencies from 3.1.0 to 3.1…
Browse files Browse the repository at this point in the history
….1 (#7)

* Bump Microsoft.EntityFrameworkCore.SqlServer from 3.1.0 to 3.1.1

Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/aspnet/EntityFrameworkCore) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/aspnet/EntityFrameworkCore/releases)
- [Commits](dotnet/efcore@v3.1.0...v3.1.1)

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

* Bump Microsoft.EntityFrameworkCore from 3.1.0 to 3.1.1

Bumps [Microsoft.EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/aspnet/EntityFrameworkCore/releases)
- [Commits](dotnet/efcore@v3.1.0...v3.1.1)

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

* Bump Microsoft.EntityFrameworkCore.Tools from 3.1.0 to 3.1.1

Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/aspnet/EntityFrameworkCore) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/aspnet/EntityFrameworkCore/releases)
- [Commits](dotnet/efcore@v3.1.0...v3.1.1)

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

* Bump Microsoft.EntityFrameworkCore.Sqlite from 3.1.0 to 3.1.1

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/aspnet/EntityFrameworkCore) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/aspnet/EntityFrameworkCore/releases)
- [Commits](dotnet/efcore@v3.1.0...v3.1.1)

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

* Bump Microsoft.Extensions.Logging.Debug from 3.1.0 to 3.1.1

Bumps [Microsoft.Extensions.Logging.Debug](https://github.com/aspnet/Extensions) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/aspnet/Extensions/releases)
- [Commits](dotnet/extensions@v3.1.0...v3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and georg-jung committed Jan 15, 2020
1 parent 9157761 commit 067971a
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.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.1" />
<PackageReference Include="WakeOnLAN" Version="2.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 067971a

Please sign in to comment.