Skip to content

Commit

Permalink
Merge pull request #86 from IzStriker/dependabot/nuget/Microsoft.Enti…
Browse files Browse the repository at this point in the history
…tyFrameworkCore.Sqlite-and-Microsoft.Extensions.Logging-7.0.16

chore(deps): bump Microsoft.EntityFrameworkCore.Sqlite and Microsoft.Extensions.Logging
  • Loading branch information
IzStriker authored Mar 22, 2024
2 parents 1e777bf + 933bbc4 commit 4030096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WakaBot.Core/WakaBot.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.13.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.4" />
Expand Down

0 comments on commit 4030096

Please sign in to comment.