Skip to content

Commit

Permalink
build: update PD Core
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed May 28, 2024
1 parent a3c1572 commit 0bef5d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.ProgramLibrary" Version="2.20.66" />
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-422" />
<PackageReference Include="PepperDashCore" Version="2.0.0-beta-423" />
</ItemGroup>
<ItemGroup>
<None Include="Crestron\CrestronGenericBaseDevice.cs.orig" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.ProgramLibrary" Version="2.20.66" />
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-422" />
<PackageReference Include="PepperDashCore" Version="2.0.0-beta-423" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/PepperDash.Essentials/PepperDash.Essentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.Program" Version="2.20.66" />
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-422" />
<PackageReference Include="PepperDashCore" Version="2.0.0-beta-423" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj" />
Expand Down

0 comments on commit 0bef5d4

Please sign in to comment.