Skip to content

Commit f1c4ff5

Browse files
committed
Update to beta6. Having some trouble referencing _LiterateConsole_ so falling back to _ColoredConsole_ in the sample project.
1 parent 9b00ce4 commit f1c4ff5

File tree

9 files changed

+1010
-654
lines changed

9 files changed

+1010
-654
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "test" ],
33
"sdk": {
4-
"version": "1.0.0-beta5"
4+
"version": "1.0.0-beta6"
55
}
66
}

samples/Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public Program()
1919
.Enrich.WithMachineName()
2020
.Enrich.WithProcessId()
2121
.Enrich.WithThreadId()
22-
.WriteTo.LiterateConsole()
22+
.WriteTo.ColoredConsole()
2323
#endif
2424
.CreateLogger();
2525

samples/Sample/project.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@
77
"licenseUrl": "",
88

99
"dependencies": {
10-
"Microsoft.Framework.Logging": "1.0.0-beta5",
11-
"Serilog.Framework.Logging": "1.0.0-*",
12-
"Serilog.Sinks.Literate": "1.0.6"
10+
"Microsoft.Framework.Logging": "1.0.0-beta6",
11+
"Serilog.Framework.Logging": "1.0.0-*"
1312
},
1413

1514
"commands": {
1615
"Sample": "Sample"
1716
},
1817

1918
"frameworks": {
20-
"dnx451": {
21-
"Serilog.Framework.Logging": "1.0.0-*"
22-
},
19+
"dnx451": {},
2320
"dnxcore50": {
2421
"dependencies": {
2522
"System.Console": "4.0.0-beta-23019",

0 commit comments

Comments
 (0)