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

Commit 25efba7

Browse files
committed
Renamed configurations to frameworks in project.json
1 parent 04f3e52 commit 25efba7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/StaticFileSample/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
1+
{
22
"dependencies": {
33
"Helios": "1.0.0-*",
44
"Microsoft.AspNet.FileSystems": "1.0.0-*",
55
"Microsoft.AspNet.Http": "1.0.0-*",
66
"Microsoft.AspNet.StaticFiles": ""
77
},
8-
"configurations": {
8+
"frameworks": {
99
"net45": {
1010
},
1111
"k10": {
@@ -15,4 +15,4 @@
1515
}
1616
}
1717
}
18-
}
18+
}

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.FileSystems": "1.0.0-*",
55
"Microsoft.AspNet.Http": "1.0.0-*",
66
"Microsoft.AspNet.HttpFeature": "1.0.0-*"
77
},
8-
"configurations": {
8+
"frameworks": {
99
"net45": {},
1010
"k10": {
1111
"dependencies": {
@@ -26,4 +26,4 @@
2626
}
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)