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

Castle.Core 4.4.2 add new target frameworks #606

Closed
Havunen opened this issue Dec 29, 2021 · 4 comments
Closed

Castle.Core 4.4.2 add new target frameworks #606

Havunen opened this issue Dec 29, 2021 · 4 comments

Comments

@Havunen
Copy link

Havunen commented Dec 29, 2021

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

@Havunen
Copy link
Author

Havunen commented Jan 3, 2022

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.
They are available in: https://www.nuget.org/packages/NSubstituteNet6/ and https://www.nuget.org/packages/CastleCoreNet6/

@IanKemp
Copy link

IanKemp commented Mar 23, 2022

netstandard2.0 and netstandard2.1 are already targeted, unfortunately there is no NuGet package released with those targets :(

@Havunen
Copy link
Author

Havunen commented Mar 23, 2022

yep, indeed

@jonorossi
Copy link
Member

Closing. Please follow #613.

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

3 participants