fix: Web API is now correctly included, along with debug updates from PD Core

This commit is contained in:
Andrew Welker
2024-02-05 13:49:58 -06:00
parent 1e6e8a044d
commit 3eefd1ce36
8 changed files with 11 additions and 21 deletions

View File

@@ -11,8 +11,6 @@ using PepperDash.Essentials.Core.Bridges;
using PepperDash.Essentials.Core.Config;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
using PepperDash.Essentials.Core.Web;
using PepperDash.Essentials.Fusion;
using PepperDash.Essentials.Room.Config;
using System;
using System.Linq;

View File

@@ -47,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.Program" Version="2.20.42" />
<PackageReference Include="PepperDashCore" Version="2.0.0-beta-383" />
<PackageReference Include="PepperDashCore" Version="2.0.0-beta-385" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj" />