Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Williams (Mike)
libvlcsharp-samples
Commits
8b1d31e3
Unverified
Commit
8b1d31e3
authored
Jul 06, 2022
by
Martin Finkel
Committed by
GitHub
Jul 06, 2022
Browse files
update to net6.0 (#196)
parent
1b4e2a57
Changes
13
Hide whitespace changes
Inline
Side-by-side
AudioCallbacks/AudioCallbacks.csproj
View file @
8b1d31e3
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0-windows</TargetFramework>
<TargetFramework>net
6
.0-windows</TargetFramework>
<Platforms>AnyCPU;x64;x86</Platforms>
<RuntimeIdentifiers>win-x64;win-x86;</RuntimeIdentifiers>
<LangVersion>8.0</LangVersion>
...
...
LibVLCSharp.VB/LibVLCSharp.VB.vbproj
View file @
8b1d31e3
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>LibVLCSharp.VB</RootNamespace>
<TargetFramework>net
5
.0-windows</TargetFramework>
<TargetFramework>net
6
.0-windows</TargetFramework>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
...
...
MediaElement/MediaElementCustomization/MediaElementCustomization.Android/MediaElementCustomization.Android.csproj
View file @
8b1d31e3
...
...
@@ -17,7 +17,7 @@
<MonoAndroidResourcePrefix>
Resources
</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>
Assets
</MonoAndroidAssetsPrefix>
<AndroidUseLatestPlatformSdk>
false
</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>
v1
1
.0
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v1
0
.0
</TargetFrameworkVersion>
<AndroidEnableSGenConcurrent>
true
</AndroidEnableSGenConcurrent>
<AndroidUseAapt2>
true
</AndroidUseAapt2>
<AndroidHttpClientHandlerType>
Xamarin.Android.Net.AndroidClientHandler
</AndroidHttpClientHandlerType>
...
...
MinimalPlayback/LibVLCSharp.WPF.Sample/LibVLCSharp.WPF.Sample.csproj
View file @
8b1d31e3
...
...
@@ -37,11 +37,11 @@
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"LibVLCSharp, Version=3.
5.0
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\LibVLCSharp.3.
5.0
\lib\net40\LibVLCSharp.dll
</HintPath>
<Reference
Include=
"LibVLCSharp, Version=3.
6.6
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\LibVLCSharp.3.
6.6
\lib\net40\LibVLCSharp.dll
</HintPath>
</Reference>
<Reference
Include=
"LibVLCSharp.WPF, Version=3.
5.0
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\LibVLCSharp.WPF.3.
5.0
\lib\net461\LibVLCSharp.WPF.dll
</HintPath>
<Reference
Include=
"LibVLCSharp.WPF, Version=3.
6.6
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\LibVLCSharp.WPF.3.
6.6
\lib\net461\LibVLCSharp.WPF.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll
</HintPath>
...
...
@@ -124,9 +124,10 @@
<ErrorText>
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
</ErrorText>
</PropertyGroup>
<Error
Condition=
"!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))"
/>
<Error
Condition=
"!Exists('..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net47.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net47.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net47.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net47.targets'))"
/>
<Error
Condition=
"!Exists('..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net47.1.0.2\build\Microsoft.NETFramework.ReferenceAssemblies.net47.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net47.1.0.2\build\Microsoft.NETFramework.ReferenceAssemblies.net47.targets'))"
/>
<Error
Condition=
"!Exists('..\..\packages\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.targets'))"
/>
</Target>
<Import
Project=
"..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets"
Condition=
"Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')"
/>
<Import
Project=
"..\..\packages\
VideoLAN.LibVLC.Windows.3
.0.
1
2\build\
VideoLAN.LibVLC.Windows.targets"
Condition=
"Exists('..\..\packages\VideoLAN.LibVLC.Windows.3
.0.
1
2\build\
VideoLAN.LibVLC.Windows
.targets')"
/>
<Import
Project=
"..\..\packages\
Microsoft.NETFramework.ReferenceAssemblies.net47.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net47.targets"
Condition=
"Exists('..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net47.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net47
.targets')"
/>
<Import
Project=
"..\..\packages\
Microsoft.NETFramework.ReferenceAssemblies.net47.1
.0.2\build\
Microsoft.NETFramework.ReferenceAssemblies.net47.targets"
Condition=
"Exists('..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net47.1
.0.2\build\
Microsoft.NETFramework.ReferenceAssemblies.net47
.targets')"
/>
<Import
Project=
"..\..\packages\
VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.targets"
Condition=
"Exists('..\..\packages\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows
.targets')"
/>
</Project>
\ No newline at end of file
MinimalPlayback/LibVLCSharp.WPF.Sample/packages.config
View file @
8b1d31e3
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"LibVLCSharp"
version
=
"3.
5.0
"
targetFramework
=
"net47"
/>
<
package
id
=
"LibVLCSharp.WPF"
version
=
"3.
5.0
"
targetFramework
=
"net47"
/>
<
package
id
=
"LibVLCSharp"
version
=
"3.
6.6
"
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"
/>
<
package
id
=
"Microsoft.Bcl.Build"
version
=
"1.0.21"
targetFramework
=
"net47"
/>
<
package
id
=
"Microsoft.NETFramework.ReferenceAssemblies"
version
=
"1.0.2"
targetFramework
=
"net47"
developmentDependency
=
"true"
/>
<
package
id
=
"Microsoft.NETFramework.ReferenceAssemblies.net47"
version
=
"1.0.
0
"
targetFramework
=
"net47"
developmentDependency
=
"true"
/>
<
package
id
=
"Microsoft.NETFramework.ReferenceAssemblies.net47"
version
=
"1.0.
2
"
targetFramework
=
"net47"
developmentDependency
=
"true"
/>
<
package
id
=
"System.ValueTuple"
version
=
"4.5.0"
targetFramework
=
"net47"
/>
<
package
id
=
"VideoLAN.LibVLC.Windows"
version
=
"3.0.1
6
"
targetFramework
=
"net47"
/>
<
package
id
=
"VideoLAN.LibVLC.Windows"
version
=
"3.0.1
7.4
"
targetFramework
=
"net47"
/>
</
packages
>
\ No newline at end of file
PreviewThumbnailExtractor.Skia/PreviewThumbnailExtractor.Skia.csproj
View file @
8b1d31e3
...
...
@@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0-windows</TargetFramework>
<TargetFramework>net
6
.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
...
...
PreviewThumbnailExtractor/PreviewThumbnailExtractor.csproj
View file @
8b1d31e3
...
...
@@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0-windows</TargetFramework>
<TargetFramework>net
6
.0-windows</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
...
...
RecordHLS/RecordHLS.csproj
View file @
8b1d31e3
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0-windows</TargetFramework>
<TargetFramework>net
6
.0-windows</TargetFramework>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
...
...
ScreenRecorder/ScreenRecorder.csproj
View file @
8b1d31e3
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
...
...
Speech/Speech.csproj
View file @
8b1d31e3
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.5.0" />
...
...
WebRTCAndLibVLC/WebRTCAndLibVLC.csproj
View file @
8b1d31e3
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
...
...
YoutubePlayback/YoutubePlayback.csproj
View file @
8b1d31e3
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
...
...
azure-pipelines.yml
View file @
8b1d31e3
...
...
@@ -16,7 +16,7 @@ steps:
-
task
:
UseDotNet@2
displayName
:
'
Use
.NET
Core
SDK'
inputs
:
version
:
5
.0.
1
01
version
:
6
.0.
3
01
-
task
:
NuGetCommand@2
displayName
:
'
NuGet
restore'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment