Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit d953d9b

Browse files
committed
Remove NLog references from sample
Follow up to #341
1 parent 43229c9 commit d953d9b

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

samples/SampleApp/NLog.config

-19
This file was deleted.

samples/SampleApp/Program.cs

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public Program()
2424

2525
// providers may be added to an ILoggerFactory at any time, existing ILoggers are updated
2626
#if !DNXCORE50
27-
factory.AddNLog(new global::NLog.LogFactory());
2827
factory.AddEventLog();
2928
#endif
3029

samples/SampleApp/project.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"frameworks": {
1414
"dnx451": {
1515
"dependencies": {
16-
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*",
17-
"Microsoft.Extensions.Logging.NLog": "1.0.0-*"
16+
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*"
1817
}
1918
},
2019
"dnxcore50": {

0 commit comments

Comments
 (0)