mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-01-28 15:53:42 +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" />
|
<ProjectReference Include="..\DiscordClient\DiscordClient.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue