Skip to content

Commit

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

Bump Microsoft/.Net Core dependencies from 3.1.5 to 3.1.8
  • Loading branch information
georg-jung authored Sep 24, 2020
2 parents 4a951a0 + 854d485 commit deb7911
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.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">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.8" />
<PackageReference Include="WakeOnLAN" Version="2.0.2" />
</ItemGroup>

Expand Down

0 comments on commit deb7911

Please sign in to comment.