Files
juipnet/Infrastructure/WxApi/WxApi.csproj
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

16 lines
369 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nito.AsyncEx" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Hncore.Infrastructure\Hncore.Infrastructure.csproj" />
</ItemGroup>
</Project>