Skip to content

Commit 526904d

Browse files
committed
Remove the imports sections from project.json
1 parent 4d5a766 commit 526904d

File tree

40 files changed

+80
-315
lines changed

40 files changed

+80
-315
lines changed

samples/Mvc.Client/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@
7777
"netcoreapp1.0": {
7878
"dependencies": {
7979
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" }
80-
},
81-
82-
"imports": [
83-
"dnxcore50",
84-
"portable-net451+win8"
85-
]
80+
}
8681
}
8782
},
8883

src/AspNet.Security.OAuth.ArcGIS/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.Asana/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.Autodesk/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.Automatic/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.BattleNet/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.Beam/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.Buffer/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

src/AspNet.Security.OAuth.CiscoSpark/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,12 @@
3535

3636
"dependencies": {
3737
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
38-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
38+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3939
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
4040
},
4141

4242
"frameworks": {
4343
"net451": { },
44-
45-
"netstandard1.3": {
46-
"imports": [
47-
"dotnet5.4",
48-
"portable-net451+win8"
49-
]
50-
}
44+
"netstandard1.3": { }
5145
}
5246
}

src/AspNet.Security.OAuth.DeviantArt/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@
3333

3434
"dependencies": {
3535
"AspNet.Security.OAuth.Extensions": { "target": "project", "type": "build" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0"
3838
},
3939

4040
"frameworks": {
4141
"net451": { },
42-
43-
"netstandard1.3": {
44-
"imports": [
45-
"dotnet5.4",
46-
"portable-net451+win8"
47-
]
48-
}
42+
"netstandard1.3": { }
4943
}
5044
}

0 commit comments

Comments
 (0)