Skip to content

Commit a5b2da1

Browse files
committed
Updated package dependencies
* Serilog -> 2.3.0 * Microsoft.Extensions.Logging.Abstractions -> 1.1.0
1 parent 98ed6d6 commit a5b2da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Extensions.Logging/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"iconUrl": "http://serilog.net/images/serilog-extension-nuget.png"
1010
},
1111
"dependencies": {
12-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
13-
"Serilog": "2.0.0"
12+
"Microsoft.Extensions.Logging.Abstractions": "1.1.0",
13+
"Serilog": "2.3.0"
1414
},
1515
"buildOptions": {
1616
"keyFile": "../../assets/Serilog.snk",

0 commit comments

Comments
 (0)