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.
19 lines
706 B
19 lines
706 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>EShopOnAbp.Shared.Hosting.AspNetCore</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
|
|
<!-- <PackageReference Include="Serilog.Sinks.ElasticSearch" Version="8.4.1" />-->
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="5.1.2" />
|
|
<PackageReference Include="Volo.Abp.Swashbuckle" Version="5.1.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EShopOnAbp.Shared.Hosting\EShopOnAbp.Shared.Hosting.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|