-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET 5.0 #239
Comments
Or better yet, .NET 6.0 since that is the new LTS release. Edit: The only thing I will say for the current setup which is .NET Standard 2.0 is for backwards compatibility with older versions of .NET (See the .NET Standard versions table) |
Install this package: https://www.nuget.org/packages/ini-parser-netstandard/ |
Hello @martin-braun. I will start maintaining the project here and nuget here. |
This isn't an option for libraries that are dependent on ini-parser 2.5.2 for example PureCloudPlatform.Client.V2. This library exclusively uses only ini-parser without the option to use a different one. While it does still compile without errors, it does still throw the warning listed in martin-braun's original issue above. When you are dealing with corporate red tape and those who don't understand warnings vs errors, everything counts. |
I'm using rickyah/ini-parser for my .NET 8 project, it's work. I believe it would be beneficial to fix the supportedframeworks-body-tab section on NuGet supportedframeworks-body-tab. |
Would love to see this project updated to support .NET 5.0.
The text was updated successfully, but these errors were encountered: