File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"Serilog.Extensions.Logging" : { "target" : " project" },
8
- "Serilog.Sinks.Literate" : " 2.0.0-rc-25"
8
+ "Serilog.Sinks.Literate" : " 2.0.0-rc-25" ,
9
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc2-final"
9
10
},
10
11
11
12
"frameworks" : {
12
- "net4.6" : {
13
- "frameworkAssemblies" : {
14
- "System.Runtime" : " "
15
- }
16
- },
13
+ "net4.6" : {},
17
14
"netcoreapp1.0" : {
18
15
"define" : [ " ASYNCLOCAL" ],
19
16
"dependencies" : {
Original file line number Diff line number Diff line change 9
9
"iconUrl" : " http://serilog.net/images/serilog-extension-nuget.png"
10
10
},
11
11
"dependencies" : {
12
- "Microsoft.Extensions.Logging" : " 1.0.0-rc2-final" ,
12
+ "Microsoft.Extensions.Logging.Abstractions " : " 1.0.0-rc2-final" ,
13
13
"Serilog" : " 2.0.0-rc-576"
14
14
},
15
15
"buildOptions" : {
19
19
},
20
20
"frameworks" : {
21
21
"net4.5" : {
22
- "frameworkAssemblies" : {
23
- "System.Runtime" : " "
24
- }
22
+ "dependencies" : { "System.Runtime" : " 4.0.0" }
25
23
},
26
24
"netstandard1.3" : {
27
25
"buildOptions" : {
You can’t perform that action at this time.
0 commit comments