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

NuGet package does not support .NET 2.0 / 3.5 #188

Open
steveshort455 opened this issue Sep 5, 2022 · 0 comments
Open

NuGet package does not support .NET 2.0 / 3.5 #188

steveshort455 opened this issue Sep 5, 2022 · 0 comments

Comments

@steveshort455
Copy link

The http://net-commons.github.io/common-logging/ web page indicates support for .NET 2.0, 3.5, 4.0, 4.5, and more.

The Common.Logging 3.4.1 NuGet package supports .NET 3.5 and .NET 4.0 but Common.Logging.Core 3.4.1 only supports .NET 4.0.

So, no there's no support for .NET 2.0 in the NuGet packages and if I target .NET 3.5 in my project then NuGet still fails to install the version 3.4.1 packages because even though Common.Logging supports .NET 3.5 it depends on Common.Logging.Core which does not.

I can download the source code and build the .NET 2.0 assemblies but as Common.Net.snk isn't available I have to sign them using my own key. I can live with this but it's not ideal.

It would be good if the .NET 2.0 assemblies could be included in the NuGet packages and the .NET 3.5 support needs fixing.

Sorry if this sounds a bit negative but Common.Logging is a great tool and well worth maintaining. Thank you for your time and effort in developing and maintaining it.

Best regards, Steve Short.

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

1 participant