build: включил в сборку плагинов проект Lers.Http
This commit is contained in:
parent
e9e005042e
commit
c817b4620a
@ -199,7 +199,7 @@ namespace Vkt5_RemoteConsole
|
||||
{
|
||||
await remoteConsole.DisconnectAsync();
|
||||
}
|
||||
catch (Lers.PermissionDeniedException exc)
|
||||
catch (LersException exc)
|
||||
{
|
||||
LogError("Ошибка отключения удалённого пульта. " + exc.Message);
|
||||
}
|
||||
|
@ -41,6 +41,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<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">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
|
Reference in New Issue
Block a user