修改框架

This commit is contained in:
橙子
2021-10-10 17:52:23 +08:00
parent cf062cadcd
commit ee14ab4d2b
11 changed files with 84 additions and 5 deletions

View File

@@ -4,4 +4,16 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Search\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Common\Yi.Framework.Common.csproj" />
</ItemGroup>
</Project>