AI.Platform.Service.csproj 513 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net10.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <FrameworkReference Include="Microsoft.AspNetCore.App" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <PackageReference Include="DFS.Infrastructure" Version="8.0.0" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\AI.Platform.Tool\AI.Platform.Core.csproj" />
  15. </ItemGroup>
  16. </Project>