Skip to content

Commit

Permalink
(chocolateyGH-1395) API - dependency log4net >= 2.0.3
Browse files Browse the repository at this point in the history
Make the log4net dependency less restrictive. Previously, it had a
strict dependency on 2.0.3. Open that up for newer versions with
bindingRedirects in software that would use the API.
  • Loading branch information
ferventcoder committed Aug 29, 2017
1 parent d0d6ae7 commit b709dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/chocolatey.lib/chocolatey.lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is the Chocolatey Library (API / DLL) package which allows Chocolatey to be
</description>
<releaseNotes>See https://github.com/chocolatey/choco/blob/stable/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="log4net" version="[2.0.3]" />
<dependency id="log4net" version="2.0.3" />
</dependencies>
</metadata>
</package>

0 comments on commit b709dc3

Please sign in to comment.