From 0c6154fcd0cf00b1b7a12a3b453ea8103489e0fe Mon Sep 17 00:00:00 2001 From: Praburaj Date: Mon, 15 Sep 2014 16:34:34 -0700 Subject: [PATCH] Enabling "authors" element in project.json Related hosting bug is fixed: https://github.com/aspnet/Hosting/issues/74 --- src/MusicStore/project.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MusicStore/project.json b/src/MusicStore/project.json index fee5cff8df..b83b639fc8 100644 --- a/src/MusicStore/project.json +++ b/src/MusicStore/project.json @@ -1,8 +1,7 @@ { - /*https://github.com/aspnet/Hosting/issues/74*/ - /*"authors": [ + "authors": [ "Microsoft" - ],*/ + ], "description": "Music store application on K", "version": "1.0.0-*", "compilationOptions": { "warningsAsErrors": true },