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

Commit c5a3a20

Browse files
committed
Added package descriptions
1 parent 39679b9 commit c5a3a20

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Microsoft.Framework.Logging.Console/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "Console logger implementation.",
34
"dependencies": {
45
"Microsoft.Framework.Logging": "1.0.0-*",
56
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*"

src/Microsoft.Framework.Logging.Interfaces/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "Logging interface definitions.",
34
"frameworks": {
45
"net45": { },
56
"aspnet50": {

src/Microsoft.Framework.Logging/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "Logging infrastructure.",
34
"compilationOptions": {
45
"define": [ "TRACE" ]
56
},

0 commit comments

Comments
 (0)