libvideo icon indicating copy to clipboard operation
libvideo copied to clipboard

Question - Why is TargetFramework .netstandard1.1

Open miyaji255 opened this issue 4 months ago • 0 comments

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.

miyaji255 avatar Oct 26 '24 12:10 miyaji255