WechatSharp/WeChatSharp.csproj

20 lines
520 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="UniTask" Version="2.3.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BITKit\BITKit.csproj" />
</ItemGroup>
</Project>