From 021a746e8829ffb8dab4370d3300a46a6f9308df Mon Sep 17 00:00:00 2001
From: cmxl
Date: Sat, 27 Nov 2021 11:11:45 +0100
Subject: [PATCH] update to net6.0
---
samples/FFmpeg.NET.Sample/FFmpeg.NET.Sample.csproj | 2 +-
src/FFmpeg.NET/FFmpeg.NET.csproj | 4 ++--
tests/FFmpeg.NET.Tests/FFmpeg.NET.Tests.csproj | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
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