Files
TouchSocket/examples/Dmtp/RecommendRpcConsoleApp/RecommendRpcConsoleApp.csproj
2025-07-20 09:01:15 +08:00

20 lines
550 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.Dmtp" Version="3.1.14" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RpcClassLibrary\RpcClassLibrary.csproj" />
<ProjectReference Include="..\RpcImplementationClassLibrary\RpcImplementationClassLibrary.csproj" />
</ItemGroup>
</Project>