Skip to content

Commit 9b8d9bc

Browse files
committed
Trying to fix nuget in 4.5.1
1 parent 6cfcbf6 commit 9b8d9bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<dependency id="Splunk.Client" version="[2.1,3]" />
1717
</group>
1818
<group targetFramework="net45">
19-
<dependency id="Splunk.Logging.Common" version="[1.1,2]" />
19+
<dependency id="Serilog" version="[1.5,2)" />
20+
<dependency id="Splunk.Client" version="[2.1,3]" />
21+
<dependency id="Splunk.Logging.Common" version="[1.1,2]" />
2022
</group>
2123
</dependencies>
2224
</metadata>

0 commit comments

Comments
 (0)