Skip to content

Commit

Permalink
update to net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmxl committed Nov 27, 2021
1 parent 8183769 commit 021a746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/FFmpeg.NET.Sample/FFmpeg.NET.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/FFmpeg.NET/FFmpeg.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

This comment has been minimized.

Copy link
@DenisBalan

DenisBalan Nov 30, 2021

Any reason why a library should depend on particular version of .NET rather than on .NET Standard? (have a project which targets 3.1, as well as standard 2.0, so i cant use your package)

<AssemblyName>FFmpeg.NET</AssemblyName>
<RootNamespace>FFmpeg.NET</RootNamespace>
<Authors>Tobias Haimerl (cmxl)</Authors>
Expand All @@ -15,7 +15,7 @@
<PackageIcon>icon.png</PackageIcon>
<Description>.NET wrapper for common ffmpeg tasks.</Description>
<PackageId>xFFmpeg.NET</PackageId>
<Version>6.0.0</Version>
<Version>7.0.0</Version>
<PackageLicense>LICENSE.md</PackageLicense>
<AssemblyVersion>6.0.0</AssemblyVersion>
<FileVersion>6.0.0</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/FFmpeg.NET.Tests/FFmpeg.NET.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 021a746

Please sign in to comment.