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

Commit ea98a50

Browse files
committed
Renamed configurations to frameworks in project.json
1 parent 287eebe commit ea98a50

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

samples/CookieSample/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
44
"Microsoft.AspNet.Hosting": "1.0.0-*",
@@ -12,7 +12,7 @@
1212
"Microsoft.Framework.DependencyInjection": "1.0.0-*"
1313
},
1414
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
15-
"configurations": {
15+
"frameworks": {
1616
"net45": {
1717
},
1818
"k10": {
@@ -33,4 +33,4 @@
3333
}
3434
}
3535
}
36-
}
36+
}

src/Microsoft.AspNet.Security.Cookies/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
@@ -12,7 +12,7 @@
1212
"Microsoft.Framework.Logging": "1.0.0-*",
1313
"Newtonsoft.Json": "5.0.8"
1414
},
15-
"configurations": {
15+
"frameworks": {
1616
"net45": {},
1717
"k10": {
1818
"dependencies": {
@@ -37,4 +37,4 @@
3737
}
3838
}
3939
}
40-
}
40+
}

src/Microsoft.AspNet.Security/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
@@ -9,7 +9,7 @@
99
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
1010
"Microsoft.Framework.Logging": "1.0.0-*"
1111
},
12-
"configurations": {
12+
"frameworks": {
1313
"net45": {},
1414
"k10": {
1515
"dependencies": {
@@ -35,4 +35,4 @@
3535
}
3636
}
3737
}
38-
}
38+
}

test/Microsoft.AspNet.Security.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"compilationOptions": {
33
"warningsAsErrors": true
44
},
@@ -10,7 +10,7 @@
1010
"commands": {
1111
"test": "Xunit.KRunner"
1212
},
13-
"configurations": {
13+
"frameworks": {
1414
"net45": {
1515
"dependencies": {
1616
"System.Runtime": ""

0 commit comments

Comments
 (0)