mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
23 lines
881 B
XML
23 lines
881 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<NullableReferenceTypes>true</NullableReferenceTypes>
|
|
<RootNamespace>SKIT.FlurlHttpClient.Wechat.Api.Sample</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="6.3.0" />
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
|
|
<PackageReference Include="DistributedLock.Core" Version="1.0.4" />
|
|
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.1" />
|
|
<PackageReference Include="NMemory" Version="3.1.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\SKIT.FlurlHttpClient.Wechat.Api\SKIT.FlurlHttpClient.Wechat.Api.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|