Remove remaining package references and replace with SQLitePCLRaw direct reference

This may require further consideration for test and iOS projects.
This commit is contained in:
Dean Herbert
2022-09-15 16:47:26 +09:00
parent 581a4d2d6d
commit 65d1c40dd5
12 changed files with 2 additions and 14 deletions

View File

@ -4,7 +4,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>