JsonRpcConsoleApp.csproj 326 字节
Newer Older
若汝棋茗 已提交
1 2 3 4
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
若汝棋茗 已提交
5
    <TargetFramework>net6.0</TargetFramework>
若汝棋茗 已提交
6 7 8
  </PropertyGroup>

  <ItemGroup>
若汝棋茗 已提交
9
    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
若汝棋茗 已提交
10
    <PackageReference Include="TouchSocket" Version="1.2.1" />
若汝棋茗 已提交
11 12
  </ItemGroup>
</Project>