电子药箱通讯服务端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Rdh.ElectronicMedicineKit.csproj 584B

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>