Files
TouchSocket/examples/Dmtp/RpcImplementationClassLibrary/RpcImplementationClassLibrary.csproj
2025-01-05 10:34:58 +08:00

16 lines
343 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.Dmtp" Version="3.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RpcClassLibrary\RpcClassLibrary.csproj" />
</ItemGroup>
</Project>