Sascha-L / WPF-MediaKit

Microsoft Public License
367 stars 117 forks source link

Add support for .NET 6 #106

Open brantburnett opened 1 year ago

brantburnett commented 1 year ago

Motivation

Allow Windows consumers to use .NET 6 or later instead of .NET 4.

Modifications

Results

The NuGet package can now be produced by the .NET SDK 6 or greater with:

dotnet pack -c Release .\Source

The resulting package includes .NET 4.6.2 targets (oldest framework still in support by Microsoft) and .NET 6 targets.

ckeisc commented 1 year ago

Thanks for doing this. I made use of this in my hobby project! The upstream repo has not updated for years, so I wonder if this would be merged. If not, do consider a fork! Thanks again.