From ff4df7210512150c624743727e6f296df44b8aae Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 17 Oct 2014 08:05:57 -0700 Subject: [PATCH] Removing extra dependencies from sample --- samples/StaticFileSample/project.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/samples/StaticFileSample/project.json b/samples/StaticFileSample/project.json index 705ec987ea..f0995a4731 100644 --- a/samples/StaticFileSample/project.json +++ b/samples/StaticFileSample/project.json @@ -6,11 +6,6 @@ }, "frameworks": { "aspnet50": { }, - "aspnetcore50": { - "dependencies": { - "System.Diagnostics.Contracts": "4.0.0-beta-*", - "System.Security.Claims": "1.0.0-*" - } - } + "aspnetcore50": {} } }