Files
TouchSocket/examples/JsonRpc/JsonRpcConsoleApp/JsonRpcServiceConsoleApp.csproj
2025-01-05 10:34:58 +08:00

16 lines
337 B
XML

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