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

Commit 911f827

Browse files
committed
Remove the imports sections from project.json
1 parent fe9d69e commit 911f827

File tree

6 files changed

+8
-29
lines changed

6 files changed

+8
-29
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333

3434
"dependencies": {
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.Extensions.Caching.Abstractions": "1.0.0",
3838
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0",
@@ -45,12 +45,7 @@
4545
"netstandard1.4": {
4646
"dependencies": {
4747
"System.Dynamic.Runtime": "4.0.11"
48-
},
49-
50-
"imports": [
51-
"dotnet5.5",
52-
"portable-net451+win8"
53-
]
48+
}
5449
}
5550
}
5651
}

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,13 @@
3232
},
3333

3434
"dependencies": {
35-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
35+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3636
"Newtonsoft.Json": "9.0.1",
3737
"Microsoft.AspNetCore.Authentication": "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/Owin.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434

3535
"dependencies": {
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.Extensions.Caching.Memory": "1.0.0",
3838
"Microsoft.Extensions.Logging": "1.0.0",
3939
"Microsoft.IdentityModel.Protocol.Extensions": "1.0.4.402070948",

src/Owin.Security.OAuth.Validation/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434

3535
"dependencies": {
36-
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
36+
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
3737
"Microsoft.Extensions.Logging": "1.0.0",
3838
"Microsoft.Owin.Security.Interop": "1.0.0",
3939
"Newtonsoft.Json": "9.0.1"

test/AspNet.Security.OAuth.Introspection.Tests/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" }
19-
},
20-
21-
"imports": [
22-
"dnxcore50",
23-
"portable-net451+win8"
24-
]
19+
}
2520
},
2621

2722
"net451": {

test/AspNet.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
"netcoreapp1.0": {
1919
"dependencies": {
2020
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" }
21-
},
22-
23-
"imports": [
24-
"dnxcore50",
25-
"portable-net451+win8"
26-
]
21+
}
2722
},
2823

2924
"net451": {

0 commit comments

Comments
 (0)