Long.Service.csproj 527 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Autofac" Version="6.4.0" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\..\Core\Long.Utils\Long.Utils.csproj" />
  12. <ProjectReference Include="..\Long.Common\Long.Common.csproj" />
  13. <ProjectReference Include="..\Long.DAO\Long.DAO.csproj" />
  14. </ItemGroup>
  15. </Project>