<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference
Include="Microsoft.AspNetCore.Mvc"
Version="$(MicrosoftAspNetCoreMvcVersion)"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Dpz.Core.Entity.Base\Dpz.Core.Entity.Base.csproj" />
<ProjectReference Include="..\Dpz.Core.Infrastructure\Dpz.Core.Infrastructure.csproj" />
<ProjectReference Include="..\Dpz.Core.MessageQueue\Dpz.Core.MessageQueue.csproj" />
<ProjectReference Include="..\Dpz.Core.Public.ViewModel\Dpz.Core.Public.ViewModel.csproj" />
<ProjectReference Include="..\Dpz.Core.Service.Mediator\Dpz.Core.Service.Mediator.csproj" />
<ProjectReference Include="..\Dpz.Core.Service.ObjectStorage\Dpz.Core.Service.ObjectStorage.csproj" />
<ProjectReference Include="..\Dpz.Core.Service\Dpz.Core.Service.csproj" />
</ItemGroup>
</Project>
AI 正在分析代码…
评论加载中...