Skip to content

Commit

Permalink
Merge pull request #173 from bealsbe/version_test
Browse files Browse the repository at this point in the history
Revert previous version update and add explicit reference to sqlite
  • Loading branch information
iShauny authored Jan 2, 2024
2 parents c88cdb1 + bbfe49d commit 04b0f44
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Floofbot/Floofbot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@
<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="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.3">
<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">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="UnitsNet" Version="5.38.2" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" />
<PackageReference Include="UnitsNet" Version="5.41.0" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
</ItemGroup>

Expand Down

0 comments on commit 04b0f44

Please sign in to comment.