ServiceConsumer.csproj 1006 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Folder Include="wwwroot\" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.AspNetCore.App" />
  10. <!-- Sers -->
  11. <PackageReference Include="Sers.Core" Version="2.1.1.499" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore\ServiceAdaptor.NetCore.csproj" />
  15. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.MinHttp\ServiceAdaptor.NetCore.MinHttp.csproj" />
  16. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Consul\ServiceAdaptor.NetCore.Consul.csproj" />
  17. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Sers\ServiceAdaptor.NetCore.Sers.csproj" />
  18. <ProjectReference Include="..\..\Library\ServiceAdaptor.NetCore.Be.Eureka\ServiceAdaptor.NetCore.Be.Eureka.csproj" />
  19. </ItemGroup>
  20. </Project>