Sers.CL.Socket.Iocp.csproj 693 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.3.627</Version>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Authors>Lith</Authors>
  8. <Description>Sers微服务-通信层</Description>
  9. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  10. </PropertyGroup>
  11. <PropertyGroup>
  12. <DocumentationFile>bin\Debug\netstandard2.0\Sers.CL.Socket.Iocp.xml</DocumentationFile>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\..\Sers.Core\Sers.Core\Sers.Core.csproj" />
  19. </ItemGroup>
  20. </Project>