From 039cc18e8b1c4da8a4d45491469eefda1deed035 Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Wed, 1 Jul 2015 20:41:03 -0700 Subject: [PATCH] Fix typo in project.json --- .../project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json b/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json index 99ee1bcdab..dce2e01da5 100644 --- a/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json +++ b/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json @@ -4,7 +4,7 @@ "repository": { "type": "git", "url": "git://github.com/aspnet/security" - },, + }, "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }