Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
Since Serilog was updated from 2.2 to 2.3, it makes sense to bump the minor version and update other dependencies where possible.
  • Loading branch information
nblumhardt authored Jan 6, 2017
1 parent 4a0bbf2 commit 93c007c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Serilog.Sinks.Seq/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.2-*",
"version": "3.2.0-*",
"description": "Serilog sink that writes to the Seq log server over HTTP/S.",
"authors": [ "Serilog Contributors" ],
"packOptions": {
Expand Down Expand Up @@ -27,8 +27,8 @@
"System.Net.Http": ""
},
"dependencies": {
"Serilog.Sinks.File": "3.1.1",
"Serilog.Sinks.RollingFile": "3.0.0"
"Serilog.Sinks.File": "3.2.0",
"Serilog.Sinks.RollingFile": "3.3.0"
}
},
"netstandard1.1": {
Expand All @@ -42,8 +42,8 @@
},
"dependencies": {
"System.Net.Http": "4.1.0",
"Serilog.Sinks.File": "3.1.1",
"Serilog.Sinks.RollingFile": "3.0.0",
"Serilog.Sinks.File": "3.2.0",
"Serilog.Sinks.RollingFile": "3.3.0",
"System.Threading.Timer": "4.0.1"
}
}
Expand Down

0 comments on commit 93c007c

Please sign in to comment.