您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
781B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\..\ChatService\ChatService.csproj" />
  4. <ProjectReference Include="..\..\EmailService\EmailService.csproj" />
  5. <ProjectReference Include="..\..\EmailStructure\EmailStructure.csproj" />
  6. <ProjectReference Include="..\..\RAGService\RAGService.csproj" />
  7. <ProjectReference Include="..\..\ToolsService\ToolsService.csproj" />
  8. <ProjectReference Include="..\ReAct_PME.Domain\ReAct_PME.Domain.csproj" />
  9. <ProjectReference Include="..\ReAct_PME.Infrastructure\ReAct_PME.Infrastructure.csproj" />
  10. </ItemGroup>
  11. <PropertyGroup>
  12. <TargetFramework>net8.0</TargetFramework>
  13. <ImplicitUsings>enable</ImplicitUsings>
  14. <Nullable>enable</Nullable>
  15. </PropertyGroup>
  16. </Project>