Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
feat: Use FrameworkReference
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Dec 18, 2020
1 parent 88401b2 commit 6c9f098
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/kaiheila-onebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@
<EmbeddedResource Include="Resources\create_db.sql" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Figgle" Version="0.4.0" />
<PackageReference Include="Fleck" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Connections" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 6c9f098

Please # to comment.