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

Cleanup Platforms for config items ? #182

Closed
snakefoot opened this issue Jan 23, 2022 · 5 comments
Closed

Cleanup Platforms for config items ? #182

snakefoot opened this issue Jan 23, 2022 · 5 comments

Comments

@snakefoot
Copy link
Contributor

snakefoot commented Jan 23, 2022

Consider to cleanup platforms and just have .NET Framework and .NET Standard. Further platform-details should be displayed on wiki-page.

        "platforms": [
            "net35",
            "net40",
            "net45",
            "netstandard1.3",
            "netstandard1.5",
            "netstandard2.0",
            "ios",
            "android",
            "mono",
            "wp8"
        ],

Notice .NET Framework 4.6.1 supports .NET Standard 2.0, so maybe just remove the platforms all together? (And .NET Standard 1.3 + 1.5 are no longer super important).

@snakefoot snakefoot changed the title Cleanup Platforms for config items Cleanup Platforms for config items ? Jan 23, 2022
@snakefoot
Copy link
Contributor Author

snakefoot commented Jan 23, 2022

Created #183 as initial cleanup, before adding new NLog 5.0 specific layout-renderers.

@snakefoot
Copy link
Contributor Author

snakefoot commented May 19, 2022

I'm happy now. .NET Framework is here to stay until year 2028

@304NotModified
Copy link
Member

304NotModified commented May 19, 2022

As 4.6.1 is no longer supported, we could go to .net standard 2+ only in the future.

See https://endoflife.date/dotnetfx and https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0

@304NotModified
Copy link
Member

Oops i missed .net 3.5 sp1 😅

@snakefoot
Copy link
Contributor Author

snakefoot commented May 19, 2022 via email

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

2 participants