DocSpace-buildtools/common/ASC.Data.Reassigns/ASC.Data.Reassigns.csproj

22 lines
670 B
XML
Raw Normal View History

2019-06-21 10:42:16 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>
<ItemGroup>
2019-08-15 11:33:57 +00:00
<PackageReference Include="UAParser" Version="3.1.41" />
2019-06-21 10:42:16 +00:00
</ItemGroup>
<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.Data.Storage\ASC.Data.Storage.csproj" />
</ItemGroup>
</Project>