diff --git a/samples/FFmpeg.NET.Sample/FFmpeg.NET.Sample.csproj b/samples/FFmpeg.NET.Sample/FFmpeg.NET.Sample.csproj index cca940a..b56c186 100644 --- a/samples/FFmpeg.NET.Sample/FFmpeg.NET.Sample.csproj +++ b/samples/FFmpeg.NET.Sample/FFmpeg.NET.Sample.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/src/FFmpeg.NET/FFmpeg.NET.csproj b/src/FFmpeg.NET/FFmpeg.NET.csproj index 341e145..a98cdcb 100644 --- a/src/FFmpeg.NET/FFmpeg.NET.csproj +++ b/src/FFmpeg.NET/FFmpeg.NET.csproj @@ -1,7 +1,7 @@  - net5 + net6.0 FFmpeg.NET FFmpeg.NET Tobias Haimerl (cmxl) @@ -15,7 +15,7 @@ icon.png .NET wrapper for common ffmpeg tasks. xFFmpeg.NET - 6.0.0 + 7.0.0 LICENSE.md 6.0.0 6.0.0 diff --git a/tests/FFmpeg.NET.Tests/FFmpeg.NET.Tests.csproj b/tests/FFmpeg.NET.Tests/FFmpeg.NET.Tests.csproj index 16060e4..a3050c4 100644 --- a/tests/FFmpeg.NET.Tests/FFmpeg.NET.Tests.csproj +++ b/tests/FFmpeg.NET.Tests/FFmpeg.NET.Tests.csproj @@ -1,7 +1,7 @@  - net5 + net6.0 false