AipGateway.FileAip.Service.csproj 340 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <InvariantGlobalization>true</InvariantGlobalization>
  7. <PublishAot>true</PublishAot>
  8. <Platforms>AnyCPU;x64</Platforms>
  9. </PropertyGroup>
  10. </Project>