Open brantburnett opened 1 year ago
Allow Windows consumers to use .NET 6 or later instead of .NET 4.
buildTransitive
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.
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.
Motivation
Allow Windows consumers to use .NET 6 or later instead of .NET 4.
Modifications
buildTransitive
so that when WPFMediaKit is a transitive dependency the required DLLs are still copiedResults
The NuGet package can now be produced by the .NET SDK 6 or greater with:
The resulting package includes .NET 4.6.2 targets (oldest framework still in support by Microsoft) and .NET 6 targets.