RpcImplementationClassLibrary.csproj 342 字节
Newer Older
若汝棋茗 已提交
1 2 3 4 5 6 7
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
若汝棋茗 已提交
8
    <PackageReference Include="TouchSocketPro" Version="1.2.19" />
若汝棋茗 已提交
9 10 11 12 13 14 15
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\RpcClassLibrary\RpcClassLibrary.csproj" />
  </ItemGroup>

</Project>