ini-parser
ini-parser copied to clipboard
Won't resolve on .net core on Linux
Hi
Looks to me like the nuget package is incorrectly packaged.
Files are in lib\net20 which implies .NET Framework 2.0 and will be ignored by .net core on Linux
They should be in lib\netstandard2.0