Skip to content
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

Open
martin-braun opened this issue Dec 18, 2021 · 5 comments
Open

Support .NET 5.0 #239

martin-braun opened this issue Dec 18, 2021 · 5 comments

Comments

@martin-braun
Copy link

Package 'ini-parser 2.5.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.

Would love to see this project updated to support .NET 5.0.

@snargledorf
Copy link

snargledorf commented Dec 22, 2021

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)

@MrDave1999
Copy link

Install this package: https://www.nuget.org/packages/ini-parser-netstandard/

@sandrock
Copy link

Hello @martin-braun. I will start maintaining the project here and nuget here.

@guycothal
Copy link

Install this package: https://www.nuget.org/packages/ini-parser-netstandard/

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.

@ShortArrow
Copy link

ShortArrow commented Oct 31, 2024

I'm using rickyah/ini-parser for my .NET 8 project, it's work.
(using read feature only. merger is not)

I believe it would be beneficial to fix the supportedframeworks-body-tab section on NuGet supportedframeworks-body-tab.
Are there any reasons why this cannot be done?
Alternatively, I could consider using sandrock/ini-parser-dotnet,
or perhaps a merge into this repository could be explored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants