04.DW5S.Repostory.csproj 1.2 KB

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