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.
28 lines
963 B
28 lines
963 B
3 years ago
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
<RootNamespace>Win_in.Sfs.Scp.WebApi.XmlHost</RootNamespace>
|
||
|
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.3" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
|
||
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
|
||
|
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.2" />
|
||
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="4.4.2" />
|
||
|
<PackageReference Include="Volo.Abp.Swashbuckle" Version="4.4.2" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Win_in.Sfs.Scp.WebApi.Application.Contracts\Win_in.Sfs.Scp.WebApi.Application.Contracts.csproj" />
|
||
|
<ProjectReference Include="..\Win_in.Sfs.Scp.WebApi.HttpApi.Client\Win_in.Sfs.Scp.WebApi.HttpApi.Client.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|