DocSpace-client/migrations/postgre/ASC.Migrations.PostgreSql.csproj

15 lines
442 B
XML
Raw Normal View History

2022-07-24 13:02:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2022-07-29 12:53:29 +00:00
<ProjectReference Include="..\..\common\ASC.ActiveDirectory\ASC.ActiveDirectory.csproj" />
2022-07-24 13:02:00 +00:00
<ProjectReference Include="..\..\common\ASC.Data.Backup.Core\ASC.Data.Backup.Core.csproj" />
</ItemGroup>
</Project>