remove unused package

This commit is contained in:
2025-06-01 12:56:30 +02:00
parent c731b34b36
commit 31477b99a0
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
using LibVLCSharp.Forms.Shared; namespace robospot_camera_finder
namespace robospot_camera_finder
{ {
partial class StreamViewer partial class StreamViewer
{ {

View File

@@ -19,7 +19,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.8.2" /> <PackageReference Include="LibVLCSharp" Version="3.8.2" />
<PackageReference Include="LibVLCSharp.Forms" Version="3.8.2" />
<PackageReference Include="LibVLCSharp.WinForms" Version="3.8.2" /> <PackageReference Include="LibVLCSharp.WinForms" Version="3.8.2" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.20" /> <PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.20" />
</ItemGroup> </ItemGroup>