ServiceConsumer.csproj 834 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Folder Include="wwwroot\" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.AspNetCore.App" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore\ServiceAdaptor.NetCore.csproj" />
  13. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.MinHttp\ServiceAdaptor.NetCore.MinHttp.csproj" />
  14. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Consul\ServiceAdaptor.NetCore.Consul.csproj" />
  15. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Sers\ServiceAdaptor.NetCore.Sers.csproj" />
  16. </ItemGroup>
  17. </Project>