Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 lines
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>