mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
14 lines
340 B
XML
14 lines
340 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net472; netcoreapp3.1; net6.0</TargetFrameworks>
|
|
<LangVersion>latest</LangVersion>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.2.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|