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.
29 lines
1.5 KiB
29 lines
1.5 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
|
|
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="6.0.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
|
|
<PackageReference Include="Yitter.IdGenerator" Version="1.0.12" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<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.FreeSql\Znyc.CloudCar.FreeSql.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Hangfire\Znyc.CloudCar.Hangfire.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Mapster\Znyc.CloudCar.Mapster.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.RedisMQ\Znyc.CloudCar.RedisMQ.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Swagger\Znyc.CloudCar.Swagger.csproj" />
|
|
<ProjectReference Include="..\Znyc.CloudCar.Utility\Znyc.CloudCar.Utility.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|