04.DW5S.Repostory.csproj 1.1 KB

12345678910111213141516171819202122232425
  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.Tools" Version="7.0.20">
  17. <PrivateAssets>all</PrivateAssets>
  18. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  19. </PackageReference>
  20. <PackageReference Include="Oracle.EntityFrameworkCore" Version="7.21.13" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <ProjectReference Include="..\DW5S.Entity\03.DW5S.Entity.csproj" />
  24. </ItemGroup>
  25. </Project>