hudec117 / Mpv.NET-lib-

.NET embeddable video/media player based on mpv for WinForms and WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please support .Net Framework!

BluePointLilac opened this issue · comments

Hello, due to the needs of the project, I have to use the .Net Framework for development. Unfortunately, your repository only supports .Net Core and .Net Standard, but fortunately you provided the source code, and I converted the framework by copying the code For the .Net Framework, it compiles perfectly on the frameworks above .Net Framework 4.5, so I sincerely hope that you can add support for the .Net Framework.
Sincerely thank you for your great contribution to the open source community, which helped me a lot!

Mpv.NET targets netstandard2.0 which supports the following implementations
image
https://dotnet.microsoft.com/en-us/platform/dotnet-standard#versions

In V2 I will try to publish support for .NET 4.5.1, 4.5.2, 4.6 and 4.6.1. There is no official download for the .NET 4.5 SDK so I cannot create a build for this.

But as this: https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/ Microsoft article says. The support for these .NET versions has been stopped so I will NOT be supporting any issues that arise from using Mpv.NET version based on these .NET implementations.