04.DW5S.Repostory.csproj 1.1 KB

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>disable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Autofac" Version="8.1.1" />
  9. <PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
  10. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.20" />
  11. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.20">
  12. <PrivateAssets>all</PrivateAssets>
  13. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  14. </PackageReference>
  15. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.20">
  16. <PrivateAssets>all</PrivateAssets>
  17. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  18. </PackageReference>
  19. <PackageReference Include="Oracle.EntityFrameworkCore" Version="7.21.13" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\DW5S.Entity\03.DW5S.Entity.csproj" />
  23. </ItemGroup>
  24. </Project>