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.
25 lines
1.1 KiB
25 lines
1.1 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
|
|
<PackageReference Include="Tencent.QCloud.Cos.Sts.Sdk" Version="3.0.4" />
|
|
<PackageReference Include="UAParser" Version="3.1.47" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Zncy.CloudCar.WeChat.Service\Zncy.CloudCar.WeChat.Service.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Auth\Znyc.CloudCar.Auth.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Caching\Znyc.CloudCar.Caching.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Configuration\Znyc.CloudCar.Configuration.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Core\Znyc.CloudCar.Core.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.IRepository\Znyc.CloudCar.IRepository.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.IServices\Znyc.CloudCar.IServices.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|