mirror of
https://onedev.fprog.nl/DiscordClient
synced 2025-12-29 06:28:37 +01:00
Added EntityFrameworkCore.Sqlite to DiscordDelete.
This commit is contained in:
parent
e149e6e559
commit
4460e1eb72
|
|
@ -4,6 +4,10 @@
|
|||
<ProjectReference Include="..\DiscordClient\DiscordClient.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
|
|
|
|||
Loading…
Reference in a new issue