add libvlc to testers for testing on Windows

This commit is contained in:
Royce551 2020-08-28 22:46:46 -05:00
parent 4d313a6ffc
commit a0c0207ddd
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.22.25.*" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.11" />
</ItemGroup>
</Project>

View file

@ -11,5 +11,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.11" />
</ItemGroup>
</Project>