Merge branch 'develop' into feature/access-rights-admins

This commit is contained in:
Viktor Fomin 2021-06-09 15:11:38 +03:00 committed by GitHub
commit 52cb1f3896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\ASC.Data.Encryption\ASC.Data.Encryption.csproj" />
<ProjectReference Include="..\..\ASC.Data.Storage\ASC.Data.Storage.csproj" />
</ItemGroup>

View File

@ -26,7 +26,6 @@
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using ASC.Common;

View File

@ -39,7 +39,7 @@ using Microsoft.Extensions.Options;
namespace ASC.Thumbnails.Svc
{
[Scope]
[Singletone]
public class ThumbnailsServiceLauncher : IHostedService
{
private ProcessStartInfo StartInfo { get; set; }