Sers.ServiceCenter.csproj 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <pack>nuget</pack>
  4. </PropertyGroup>
  5. <PropertyGroup>
  6. <TargetFramework>netstandard2.0</TargetFramework>
  7. <Version>2.1.19-preview8</Version>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <Authors>Lith</Authors>
  11. <Description>Sers微服务-服务中心</Description>
  12. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <DocumentationFile>bin\Debug\netstandard2.0\Sers.ServiceCenter.xml</DocumentationFile>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.NamedPipe\Sers.CL.Ipc.NamedPipe.csproj" />
  19. <ProjectReference Include="..\..\..\Library\Sers\Sers.CL\Socket\Sers.CL.Socket.Iocp\Sers.CL.Socket.Iocp.csproj" />
  20. <ProjectReference Include="..\..\..\Library\Sers\Sers.CL\Socket\Sers.CL.Socket.ThreadWait\Sers.CL.Socket.ThreadWait.csproj" />
  21. <ProjectReference Include="..\Sers.ApiTrace.Collector.Zipkin\Sers.ApiTrace.Collector.Zipkin.csproj" />
  22. </ItemGroup>
  23. </Project>