12345678910111213141516171819202122232425262728293031 |
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <pack>nuget</pack>
- </PropertyGroup>
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Version>2.1.19-preview8</Version>
- </PropertyGroup>
- <PropertyGroup>
- <Authors>Lith</Authors>
- <Description>Sers微服务-服务中心</Description>
- <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netstandard2.0\Sers.ServiceCenter.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.NamedPipe\Sers.CL.Ipc.NamedPipe.csproj" />
- <ProjectReference Include="..\..\..\Library\Sers\Sers.CL\Socket\Sers.CL.Socket.Iocp\Sers.CL.Socket.Iocp.csproj" />
- <ProjectReference Include="..\..\..\Library\Sers\Sers.CL\Socket\Sers.CL.Socket.ThreadWait\Sers.CL.Socket.ThreadWait.csproj" />
- <ProjectReference Include="..\Sers.ApiTrace.Collector.Zipkin\Sers.ApiTrace.Collector.Zipkin.csproj" />
- </ItemGroup>
- </Project>
|