Skip to content

Commit

Permalink
update all microsoft dependencies to 3.1.8 in this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Sep 24, 2020
1 parent 68ee328 commit 854d485
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WoL/WoL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.8" />
<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.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 854d485

Please sign in to comment.