Skip to content

Commit

Permalink
Extended dependencies for dotnet 5.4 for diagnostic trace sink
Browse files Browse the repository at this point in the history
  • Loading branch information
merbla committed Jan 21, 2016
1 parent eb5bd01 commit b3d9701
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Serilog.Sinks.DiagnosticTrace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"dependencies": {
"System.Diagnostics.TraceSource": "4.0.0-beta-23516"
}
},
"dotnet5.4": {
"dependencies": {
"System.Diagnostics.Process": "4.1.0-beta-23516",
"System.Diagnostics.TraceSource": "4.0.0-beta-23516"
}
}
}
}

0 comments on commit b3d9701

Please sign in to comment.