Skip to content

Commit ca39865

Browse files
committed
fixes lack of ServiceStack.Logging.Log4Netv1210 in Nuget
please refer to this thread and the linked message in particular https://groups.google.com/d/msg/servicestack/Bbr6UqTH44E/BuH4vMB13XoJ
1 parent 2d6e819 commit ca39865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Logging.Log4Netv1210/ServiceStack.Logging.Log4Net.nuspec renamed to src/ServiceStack.Logging.Log4Netv1210/ServiceStack.Logging.Log4Netv1210.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<language>en-US</language>
1717
<copyright>servicestack.net 2012 and contributors</copyright>
1818
<dependencies>
19-
<dependency id="log4net" version="1.2.10" />
19+
<dependency id="log4net" version="[1.2.10]" />
2020
<dependency id="ServiceStack.Common" />
2121
</dependencies>
2222
</metadata>

0 commit comments

Comments
 (0)