Skip to content

Commit 9b74727

Browse files
committed
Remove the imports sections from project.json
1 parent 5b13cba commit 9b74727

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

samples/Mvc.Client/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@
3838
"netcoreapp1.0": {
3939
"dependencies": {
4040
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" }
41-
},
42-
43-
"imports": [
44-
"dnxcore50",
45-
"portable-net451+win8"
46-
]
41+
}
4742
}
4843
},
4944

src/AspNet.Security.OpenId.Steam/project.json

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

3434
"dependencies": {
3535
"AspNet.Security.OpenId": { "target": "project" },
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" }
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" }
3737
},
3838

3939
"frameworks": {
4040
"net451": { },
41-
42-
"netstandard1.4": {
43-
"imports": [
44-
"dotnet5.5",
45-
"portable-net451+win8"
46-
]
47-
}
41+
"netstandard1.4": { }
4842
}
4943
}

src/AspNet.Security.OpenId/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,14 @@
3232

3333
"dependencies": {
3434
"AngleSharp": "0.9.9",
35-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
35+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3636
"Microsoft.AspNetCore.Authentication": "1.0.0",
3737
"Microsoft.IdentityModel.Protocols": "2.0.0",
3838
"Newtonsoft.Json": "9.0.1"
3939
},
4040

4141
"frameworks": {
4242
"net451": { },
43-
44-
"netstandard1.4": {
45-
"imports": [
46-
"dotnet5.5",
47-
"portable-net451+win8"
48-
]
49-
}
43+
"netstandard1.4": { }
5044
}
5145
}

0 commit comments

Comments
 (0)