-
Notifications
You must be signed in to change notification settings - Fork 471
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 4.4.2 add new target frameworks #606
Comments
Because I couldn't find any fix to this I released my own version of NSubstitute and Castle.Core to nuget which target only .NET 5 and .NET 6 code. |
netstandard2.0 and netstandard2.1 are already targeted, unfortunately there is no NuGet package released with those targets :( |
yep, indeed |
Closing. Please follow #613. |
Hi,
This is feature request to deploy new version of castle core to nuget by just adding modern compilation targets to this library.
netstandard2.0, netstandard2.1, net5.0, net6
0
And remove dependencies from those targets like it was done for .net framework 4.0 and 4.5
This way modern applications dont get those old libraries installed.
Keep the old targets there then this is not breaking change
The text was updated successfully, but these errors were encountered: