gpt_api.Entity.csproj 445 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\gpt_api.Core\gpt_api.Core.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <None Remove="System\" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Folder Include="System\" />
  15. </ItemGroup>
  16. </Project>