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

Commit

Permalink
Added package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Oct 31, 2014
1 parent 39679b9 commit c5a3a20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Framework.Logging.Console/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "Console logger implementation.",
"dependencies": {
"Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*"
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Framework.Logging.Interfaces/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "Logging interface definitions.",
"frameworks": {
"net45": { },
"aspnet50": {
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Framework.Logging/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "Logging infrastructure.",
"compilationOptions": {
"define": [ "TRACE" ]
},
Expand Down

0 comments on commit c5a3a20

Please sign in to comment.