Files
TouchSocket/examples/JsonRpc/JsonRpcConsoleApp/JsonRpcServiceConsoleApp.csproj
2025-06-08 22:01:01 +08:00

16 lines
336 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="JsonRpcProxy.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.JsonRpc" Version="3.1.7" />
</ItemGroup>
</Project>