Migration: fix warnings

This commit is contained in:
pavelbannov 2021-10-28 16:04:36 +03:00
parent a515d3b58c
commit 3acecdc9ad

View File

@ -6,6 +6,10 @@
<StartupObject>AutoMigrationCreator.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<NoWarn>1701;1702;EF1001</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\products\ASC.Files\Core\ASC.Files.Core.csproj" />
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />