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

Commit ff4df72

Browse files
committed
Removing extra dependencies from sample
1 parent 8713dc9 commit ff4df72

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

samples/StaticFileSample/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
},
77
"frameworks": {
88
"aspnet50": { },
9-
"aspnetcore50": {
10-
"dependencies": {
11-
"System.Diagnostics.Contracts": "4.0.0-beta-*",
12-
"System.Security.Claims": "1.0.0-*"
13-
}
14-
}
9+
"aspnetcore50": {}
1510
}
1611
}

0 commit comments

Comments
 (0)