Files
TouchSocket/examples/Dmtp/RpcImplementationClassLibrary/RpcImplementationClassLibrary.csproj
2025-06-08 22:01:01 +08:00

16 lines
342 B
XML

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