Skip to content

Commit

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

Bump Microsoft.EntityFrameworkCore from 3.1.3 to 3.1.4
  • Loading branch information
georg-jung authored May 19, 2020
2 parents 938c5c6 + 8477949 commit 4900a51
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.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">
<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">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.4" />
<PackageReference Include="WakeOnLAN" Version="2.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 4900a51

Please sign in to comment.