Skip to content

Commit a14bd5c

Browse files
authored
Merge pull request #69 from nblumhardt/dev
Back out the upgrade of the MEL dependency
2 parents 420dd85 + 642114a commit a14bd5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Serilog.Extensions.Logging/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"iconUrl": "http://serilog.net/images/serilog-extension-nuget.png"
1010
},
1111
"dependencies": {
12-
"Microsoft.Extensions.Logging.Abstractions": "1.1.0",
12+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
1313
"Serilog": "2.3.0"
1414
},
1515
"buildOptions": {
@@ -19,8 +19,10 @@
1919
},
2020
"frameworks": {
2121
"net4.5": {
22+
"frameworkAssemblies": { "System.Runtime": { "type": "build" } }
2223
},
2324
"net4.6": {
25+
"frameworkAssemblies": { "System.Runtime": { "type": "build" } },
2426
"buildOptions": {
2527
"define": [ "ASYNCLOCAL" ]
2628
}

0 commit comments

Comments
 (0)