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

Commit 4dc8e63

Browse files
committed
Update project.json to conform to the new schema
1 parent f28adaa commit 4dc8e63

File tree

8 files changed

+92
-80
lines changed

8 files changed

+92
-80
lines changed

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

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
{
22
"version": "1.0.0-alpha1-*",
33

4-
"description": "OAuth2 introspection middleware for ASP.NET Core.",
5-
"authors": [ "Kévin Chalet" ],
6-
"owners": [ "Kévin Chalet" ],
7-
8-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
9-
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
10-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
4+
"packOptions": {
5+
"description": "OAuth2 introspection middleware for ASP.NET Core.",
6+
"authors": [ "Kévin Chalet" ],
7+
"owners": [ "Kévin Chalet" ],
8+
9+
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
10+
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
11+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
12+
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16+
},
1117

12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
18+
"tags": [
19+
"aspnetcore",
20+
"authentication",
21+
"jwt",
22+
"openidconnect",
23+
"security"
24+
]
1525
},
1626

17-
"tags": [
18-
"aspnetcore",
19-
"authentication",
20-
"jwt",
21-
"openidconnect",
22-
"security"
23-
],
24-
25-
"compilationOptions": {
27+
"buildOptions": {
28+
"warningsAsErrors": true,
2629
"nowarn": [ "CS1591" ],
2730
"xmlDoc": true
2831
},

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

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
{
22
"version": "1.0.0-alpha1-*",
33

4-
"description": "OAuth2 validation middleware for ASP.NET Core.",
5-
"authors": [ "Kévin Chalet" ],
6-
"owners": [ "Kévin Chalet" ],
7-
8-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
9-
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
10-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
4+
"packOptions": {
5+
"description": "OAuth2 validation middleware for ASP.NET Core.",
6+
"authors": [ "Kévin Chalet" ],
7+
"owners": [ "Kévin Chalet" ],
8+
9+
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
10+
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
11+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
12+
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16+
},
1117

12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
18+
"tags": [
19+
"aspnetcore",
20+
"authentication",
21+
"jwt",
22+
"openidconnect",
23+
"security"
24+
]
1525
},
1626

17-
"tags": [
18-
"aspnetcore",
19-
"authentication",
20-
"jwt",
21-
"openidconnect",
22-
"security"
23-
],
24-
25-
"compilationOptions": {
27+
"buildOptions": {
28+
"warningsAsErrors": true,
2629
"nowarn": [ "CS1591" ],
2730
"xmlDoc": true
2831
},

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

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
22
"version": "1.0.0-alpha1-*",
33

4-
"description": "OAuth2 introspection middleware for OWIN/Katana.",
5-
"authors": [ "Kévin Chalet" ],
6-
"owners": [ "Kévin Chalet" ],
4+
"packOptions": {
5+
"description": "OAuth2 introspection middleware for OWIN/Katana.",
6+
"authors": [ "Kévin Chalet" ],
7+
"owners": [ "Kévin Chalet" ],
78

8-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
9-
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
10-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
9+
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
10+
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
11+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
1112

12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
15-
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16+
},
1617

17-
"tags": [
18-
"authentication",
19-
"katana",
20-
"jwt",
21-
"openidconnect",
22-
"owin",
23-
"security"
24-
],
18+
"tags": [
19+
"authentication",
20+
"katana",
21+
"jwt",
22+
"openidconnect",
23+
"owin",
24+
"security"
25+
]
26+
},
2527

26-
"compilationOptions": {
28+
"buildOptions": {
29+
"warningsAsErrors": true,
2730
"nowarn": [ "CS1591" ],
2831
"xmlDoc": true
2932
},

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

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
22
"version": "1.0.0-alpha1-*",
33

4-
"description": "OAuth2 validation middleware for OWIN/Katana.",
5-
"authors": [ "Kévin Chalet" ],
6-
"owners": [ "Kévin Chalet" ],
4+
"packOptions": {
5+
"description": "OAuth2 validation middleware for OWIN/Katana.",
6+
"authors": [ "Kévin Chalet" ],
7+
"owners": [ "Kévin Chalet" ],
78

8-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
9-
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
10-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
9+
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
10+
"iconUrl": "https://avatars3.githubusercontent.com/u/7998081?s=64",
11+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
1112

12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
15-
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16+
},
1617

17-
"tags": [
18-
"authentication",
19-
"katana",
20-
"jwt",
21-
"openidconnect",
22-
"owin",
23-
"security"
24-
],
18+
"tags": [
19+
"authentication",
20+
"katana",
21+
"jwt",
22+
"openidconnect",
23+
"owin",
24+
"security"
25+
]
26+
},
2527

26-
"compilationOptions": {
28+
"buildOptions": {
29+
"warningsAsErrors": true,
2730
"nowarn": [ "CS1591" ],
2831
"xmlDoc": true
2932
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"compilationOptions": {
2+
"buildOptions": {
33
"warningsAsErrors": true
44
},
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"compilationOptions": {
2+
"buildOptions": {
33
"warningsAsErrors": true
44
},
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"compilationOptions": {
2+
"buildOptions": {
33
"warningsAsErrors": true
44
},
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"compilationOptions": {
2+
"buildOptions": {
33
"warningsAsErrors": true
44
},
55

0 commit comments

Comments
 (0)