build: включил в сборку плагинов проект Lers.Http

This commit is contained in:
Антон Чичков 2020-07-30 09:42:04 +10:00
parent e9e005042e
commit c817b4620a
2 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,7 @@ namespace Vkt5_RemoteConsole
{ {
await remoteConsole.DisconnectAsync(); await remoteConsole.DisconnectAsync();
} }
catch (Lers.PermissionDeniedException exc) catch (LersException exc)
{ {
LogError("Ошибка отключения удалённого пульта. " + exc.Message); LogError("Ошибка отключения удалённого пульта. " + exc.Message);
} }

View File

@ -41,6 +41,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Lers.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e7c6d6299713498c, processorArchitecture=MSIL" /> <Reference Include="Lers.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e7c6d6299713498c, processorArchitecture=MSIL" />
<Reference Include="Lers.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e7c6d6299713498c, processorArchitecture=MSIL" />
<Reference Include="Lers.Plugins.Attributes"> <Reference Include="Lers.Plugins.Attributes">
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>