We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting below error , updated log4net version to 2.0.13
The text was updated successfully, but these errors were encountered:
found the same issue, but it was issue from my project dependency. try to check your proj configuration which might rely on old log4net version
Sorry, something went wrong.
In order to get past this problem for L4N v 2.0.15, I had to put a [dependentAssembly] in for L4N:
<dependentAssembly> <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-2.0.15.0" newVersion="2.0.15.0" /> </dependentAssembly>
No branches or pull requests
Getting below error , updated log4net version to 2.0.13
The text was updated successfully, but these errors were encountered: