Skip to content

Commit

Permalink
Merge pull request #28 from georg-jung/dependabot/nuget/Microsoft.Ent…
Browse files Browse the repository at this point in the history
…ityFrameworkCore-3.1.5

Bump Microsoft.EntityFrameworkCore from 3.1.4 to 3.1.5
  • Loading branch information
georg-jung authored Jun 16, 2020
2 parents b25d8b9 + 176bea6 commit 135ed2e
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 @@ -11,14 +11,14 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.5" />
<PackageReference Include="WakeOnLAN" Version="2.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 135ed2e

Please sign in to comment.