Skip to content

Commit

Permalink
Merge pull request #171 from bealsbe/version_test
Browse files Browse the repository at this point in the history
Roll-back SQLite version
  • Loading branch information
iShauny authored Jan 1, 2024
2 parents 1f41a35 + 3fa4c57 commit c88cdb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Floofbot/Floofbot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<ProjectReference Include="../Discord.Addons.Interactive/Discord.Addons.Interactive.csproj" />
<PackageReference Include="Discord.Net" Version="3.13.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit c88cdb1

Please sign in to comment.