From 18912b9530207f784484ca60fe643e6c211e4766 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 6 Oct 2015 17:36:46 -0700 Subject: [PATCH] Removing NotNullAttribute.Sources references that were left behind --- src/Microsoft.AspNet.Mvc/project.json | 3 +-- test/WebSites/PrecompilationWebSite/project.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc/project.json b/src/Microsoft.AspNet.Mvc/project.json index 732055eeb7..e1a5b51503 100644 --- a/src/Microsoft.AspNet.Mvc/project.json +++ b/src/Microsoft.AspNet.Mvc/project.json @@ -18,8 +18,7 @@ "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" }, - "Microsoft.Extensions.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" } + "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" } }, "frameworks": { "dnx451": {}, diff --git a/test/WebSites/PrecompilationWebSite/project.json b/test/WebSites/PrecompilationWebSite/project.json index 57e3d0ac64..b6b61779e8 100644 --- a/test/WebSites/PrecompilationWebSite/project.json +++ b/test/WebSites/PrecompilationWebSite/project.json @@ -11,7 +11,6 @@ "Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", "Microsoft.AspNet.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" } }, "frameworks": {