Skip to content

Commit 6a7f02e

Browse files
committed
Fix, for now, serilog/serilog#416. See http://docs.nuget.org/release-notes/nuget-2.8 for the behaviour that got us here.
1 parent 778264c commit 6a7f02e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Serilog.Sinks.Splunk/Serilog.Sinks.Splunk.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<tags>serilog logging splunk</tags>
1313
<dependencies>
1414
<group>
15-
<dependency id="Serilog" version="[1.4,2)" />
15+
<dependency id="Serilog" version="[1.4.204,2)" />
1616
<dependency id="Splunk.Client" version="2.0.0" />
1717
</group>
1818
<group targetFramework="net45">
@@ -29,4 +29,3 @@
2929
<file src="..\Serilog.Sinks.Splunk.FullNetFx\bin\Release\Serilog.Sinks.Splunk.FullNetFx.pdb" target="lib\net45" />
3030
</files>
3131
</package>
32-

0 commit comments

Comments
 (0)