This commit is contained in:
tongfei
2023-10-18 09:51:11 +08:00
parent 5335723703
commit 62732ef708
4 changed files with 87 additions and 0 deletions

View File

@@ -14,12 +14,19 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" />
<PackageReference Include="NLog" Version="4.7.12" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WMS.Web.Repositories\WMS.Web.Repositories.csproj" />
</ItemGroup>
</Project>