DocSpace-buildtools/common/services/ASC.Feed.Aggregator/ASC.Feed.Aggregator.csproj

21 lines
624 B
XML
Raw Normal View History

2020-06-03 14:53:58 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2022-03-05 08:20:05 +00:00
<ImplicitUsings>enable</ImplicitUsings>
2020-06-03 14:53:58 +00:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
<ProjectReference Include="..\..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\..\ASC.Feed\ASC.Feed.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Modules\" />
</ItemGroup>
</Project>