We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420dd85 + 642114a commit a14bd5cCopy full SHA for a14bd5c
src/Serilog.Extensions.Logging/project.json
@@ -9,7 +9,7 @@
9
"iconUrl": "http://serilog.net/images/serilog-extension-nuget.png"
10
},
11
"dependencies": {
12
- "Microsoft.Extensions.Logging.Abstractions": "1.1.0",
+ "Microsoft.Extensions.Logging.Abstractions": "1.0.0",
13
"Serilog": "2.3.0"
14
15
"buildOptions": {
@@ -19,8 +19,10 @@
19
20
"frameworks": {
21
"net4.5": {
22
+ "frameworkAssemblies": { "System.Runtime": { "type": "build" } }
23
24
"net4.6": {
25
+ "frameworkAssemblies": { "System.Runtime": { "type": "build" } },
26
27
"define": [ "ASYNCLOCAL" ]
28
}
0 commit comments