电子药箱通讯服务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
  7. <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.17" />
  8. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.17">
  9. <PrivateAssets>all</PrivateAssets>
  10. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  11. </PackageReference>
  12. </ItemGroup>
  13. </Project>