You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
941 B
23 lines
941 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MediatR" Version="10.0.1" />
|
|
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.13" />
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
|
|
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="2.4.0" />
|
|
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.TenpayV3" Version="2.6.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Znyc.CloudCar.Utility\Znyc.CloudCar.Utility.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|