libvideo
libvideo copied to clipboard
Question - Why is TargetFramework .netstandard1.1
https://github.com/omansak/libvideo/blob/ecb326443dd0903f42ef72fcdfd2303316894e75/src/libvideo/libvideo.csproj#L20
Why is the TargetFramework set to .NET Standard 1.1? Since .NET Framework 4.5 has reached its end of support, I believe switching to .NET Standard 2.0 should not cause any issues. Additionally, by using .NET Standard 2.0, System.Text.Json can be utilized, allowing the removal of Newtonsoft.Json.