Files
TouchSocket/examples/JsonRpc/JsonRpcClientConsoleApp/JsonRpcClientConsoleApp.csproj
2024-11-13 20:20:49 +08:00

18 lines
459 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\JsonRpcConsoleApp\JsonRpcProxy.cs" Link="JsonRpcProxy.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.JsonRpc" Version="3.0.0-beta.17" />
</ItemGroup>
</Project>