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

Remove .NET 6 support #3712

Closed
rockfordlhotka opened this issue Feb 23, 2024 · 3 comments · Fixed by #4017
Closed

Remove .NET 6 support #3712

rockfordlhotka opened this issue Feb 23, 2024 · 3 comments · Fixed by #4017

Comments

@rockfordlhotka
Copy link
Member

When Microsoft deprecates .NET 6, CSLA should also remove it as a build target.

@rockfordlhotka
Copy link
Member Author

@Freelancingonupwork
Copy link
Contributor

Hello,
Do we need to change #if !NETSTANDARD2_0 && !NET6_0_OR_GREATER Condition like this to #if !NETSTANDARD2_0 && !NET8_0_OR_GREATER ?

@luizfbicalho
Copy link
Contributor

I had already done this item

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

Successfully merging a pull request may close this issue.

3 participants