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.
20 lines
982 B
20 lines
982 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Zncy.CloudCar.WeChat.Service\Zncy.CloudCar.WeChat.Service.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Hangfire\Znyc.CloudCar.Hangfire.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.IRepository\Znyc.CloudCar.IRepository.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.IServices\Znyc.CloudCar.IServices.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Loging\Znyc.CloudCar.Loging.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Repository\Znyc.CloudCar.Repository.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Services\Znyc.CloudCar.Services.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Utility\Znyc.CloudCar.Utility.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|