Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AudioCallbacks/AudioCallbacks.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
Expand All @@ -9,6 +9,6 @@
<ItemGroup>
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Chromecast/Chromecast.Android/Chromecast.Android.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -56,7 +56,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp">
<Version>3.5.0</Version>
<Version>3.7.0</Version>
</PackageReference>
<PackageReference Include="VideoLAN.LibVLC.Android">
<Version>3.2.0.1</Version>
Expand Down
4 changes: 2 additions & 2 deletions Chromecast/Chromecast.iOS/Chromecast.iOS.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -151,7 +151,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp">
<Version>3.5.0</Version>
<Version>3.7.0</Version>
</PackageReference>
<PackageReference Include="VideoLAN.LibVLC.iOS">
<Version>3.3.17</Version>
Expand Down
2 changes: 1 addition & 1 deletion Chromecast/Chromecast/Chromecast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions LibVLCSharp.VB/LibVLCSharp.VB.vbproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>LibVLCSharp.VB</RootNamespace>
Expand All @@ -7,6 +7,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions LocalNetwork/LocalNetwork.WPF/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LibVLCSharp" version="3.4.9" targetFramework="net47" />
<package id="LibVLCSharp" version="3.7.0" targetFramework="net47" />
<package id="LibVLCSharp.Forms" version="3.4.9" targetFramework="net47" />
<package id="LibVLCSharp.Forms.WPF" version="3.4.9" targetFramework="net47" />
<package id="LibVLCSharp.WPF" version="3.4.9" targetFramework="net47" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -101,7 +101,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp">
<Version>3.5.0</Version>
<Version>3.7.0</Version>
</PackageReference>
<PackageReference Include="VideoLAN.LibVLC.Android">
<Version>3.2.0.1</Version>
Expand Down
4 changes: 2 additions & 2 deletions MinimalPlayback/LibVLCSharp.UWP/LibVLCSharp.UWP.Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -153,7 +153,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp">
<Version>3.6.1</Version>
<Version>3.7.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.12</Version>
Expand Down
4 changes: 2 additions & 2 deletions MinimalPlayback/LibVLCSharp.WPF.Sample/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LibVLCSharp" version="3.6.6" targetFramework="net47" />
<package id="LibVLCSharp" version="3.7.0" targetFramework="net47" />
<package id="LibVLCSharp.WPF" version="3.6.6" targetFramework="net47" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net47" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net47" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions PreviewThumbnailExtractor/PreviewThumbnailExtractor.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions RecordHLS/RecordHLS.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion ScreenRecorder/ScreenRecorder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="VideoLAN.LibVLC.Mac" Version="3.1.3.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Speech/Speech.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="Unoffical.System.Speech" Version="1.0.0" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion WebRTCAndLibVLC/WebRTCAndLibVLC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="SIPSorcery" Version="5.2.3" />
<PackageReference Include="SIPSorcery.WebSocketSharp" Version="0.0.1" />
<PackageReference Include="LibVLCSharp" Version="3.5.1" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion YoutubePlayback/YoutubePlayback.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.6.1" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
</ItemGroup>

Expand Down