-
Notifications
You must be signed in to change notification settings - Fork 458
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
Castle.Core target frameworks vs Castle.Windsor #564
Comments
I think this one will need to wait a bit. Castle.Core target frameworks in master are newer than the last release, we've not yet got to release Castle.Core 5.0.
Now that |
@jonorossi please review PR whne you have time. Castle.Windsor looks ready to update target frameworks |
netstandard2.1 is used if referenced from dotnetcoreapp3.1. If you remove ns2.1 and add net5.0 you will not support dotnetcore 3.1. But 3.1 is LTS, net5.0 is NOT LTS. |
Windsor today targets Anyway, these comments are old compared to the discussion on the pull request. |
Hi @jonorossi
The Castle.Core target references are:
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
Should we align Castle.Windsor against Castle.Core?
Even better:
<TargetFrameworks>net45;netstandard2.0;net5.0</TargetFrameworks>
?
The text was updated successfully, but these errors were encountered: