Skip to content

Commit

Permalink
Update to SDK version 15.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-miniailov committed Feb 6, 2024
1 parent dc3e631 commit c838c0a
Show file tree
Hide file tree
Showing 804 changed files with 2,964 additions and 2,960 deletions.
4 changes: 2 additions & 2 deletions Media Blocks SDK/Android/MediaPlayer/MediaPlayer net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.10" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Media Blocks SDK/Android/MediaPlayer/MediaPlayer net8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.10" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Media Blocks SDK/Android/RTSP Client/RTSP Client net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.10" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Media Blocks SDK/Android/RTSP Client/RTSP Client net8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.10" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Android" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Avalonia" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Avalonia" Version="15.8.10" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<AOTMode>None</AOTMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Media Blocks SDK/Console/RTSPView/RTSPView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ApplicationId>com.visioforge.rtspviewcli</ApplicationId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows'))">
<PackageReference Include="VisioForge.CrossPlatform.Core.Windows.x64" Version="15.7.0" />
Expand Down
4 changes: 2 additions & 2 deletions Media Blocks SDK/Console/RTSPViewCV/RTSPViewCV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ApplicationId>com.visioforge.rtspviewcvcli</ApplicationId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.CVD" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.CVD" Version="15.8.10" />
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows'))">
<PackageReference Include="VisioForge.CrossPlatform.Core.Windows.x64" Version="15.7.0" />
Expand Down
4 changes: 2 additions & 2 deletions Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.MAUI" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.MAUI" Version="15.8.10" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<None Remove="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="visioforge_main_icon.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="visioforge_main_icon.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="visioforge_main_icon.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="visioforge_main_icon.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="visioforge_main_icon.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
<ItemGroup>
<Resource Include="visioforge_main_icon.ico" />
Expand Down
4 changes: 2 additions & 2 deletions Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net472.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.9" />
<PackageReference Include="VisioForge.DotNet.MediaBlocks" Version="15.8.10" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.8.10" />
</ItemGroup>
</Project>
Loading

0 comments on commit c838c0a

Please sign in to comment.