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

Commit bf362e0

Browse files
committed
Update project.json to use an explicit alpha marker and add missing metadata
1 parent 0540ae8 commit bf362e0

4 files changed

Lines changed: 111 additions & 91 deletions

File tree

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,46 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "OAuth2 introspection middleware for OWIN/Katana",
4-
"authors": [ "Kévin Chalet" ],
5-
"owners": [ "Kévin Chalet" ],
2+
"version": "1.0.0-alpha1-*",
63

7-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
8-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
4+
"description": "OAuth2 introspection middleware for OWIN/Katana.",
5+
"authors": [ "Kévin Chalet" ],
6+
"owners": [ "Kévin Chalet" ],
97

10-
"dependencies": {
11-
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
12-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
13-
"Microsoft.Owin.Security": "3.0.1",
14-
"Newtonsoft.Json": "8.0.2"
15-
},
8+
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
9+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
1610

17-
"frameworks": {
18-
"net451": {
19-
"frameworkAssemblies": {
20-
"System.Net.Http": "4.0.0.0",
11+
"repository": {
12+
"type": "git",
13+
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
14+
},
2115

22-
"System.Runtime": {
23-
"type": "build",
24-
"version": "4.0.10.0"
25-
},
16+
"tags": [
17+
"authentication",
18+
"katana",
19+
"jwt",
20+
"openidconnect",
21+
"owin",
22+
"security"
23+
],
2624

27-
"System.Threading.Tasks": {
28-
"type": "build",
29-
"version": "4.0.0.0"
30-
}
31-
}
32-
}
25+
"compilationOptions": {
26+
"nowarn": [ "CS1591" ],
27+
"xmlDoc": true
28+
},
29+
30+
"dependencies": {
31+
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
32+
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
33+
"Microsoft.Owin.Security": "3.0.1",
34+
"Newtonsoft.Json": "8.0.2"
35+
},
36+
37+
"frameworks": {
38+
"net451": {
39+
"frameworkAssemblies": {
40+
"System.Net.Http": "4.0.0.0",
41+
"System.Runtime": { "type": "build", "version": "4.0.10.0" },
42+
"System.Threading.Tasks": { "type": "build", "version": "4.0.0.0" }
43+
}
3344
}
45+
}
3446
}
Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,42 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "OAuth2 validation middleware for OWIN/Katana",
4-
"authors": [ "Kévin Chalet" ],
5-
"owners": [ "Kévin Chalet" ],
2+
"version": "1.0.0-alpha1-*",
63

7-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
8-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
4+
"description": "OAuth2 validation middleware for OWIN/Katana.",
5+
"authors": [ "Kévin Chalet" ],
6+
"owners": [ "Kévin Chalet" ],
97

10-
"dependencies": {
11-
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
12-
"Microsoft.Owin.Security": "3.0.1"
13-
},
8+
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
9+
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
1410

15-
"frameworks": {
16-
"net451": {
17-
"frameworkAssemblies": {
18-
"System.IdentityModel": "4.0.0.0"
19-
}
20-
}
11+
"repository": {
12+
"type": "git",
13+
"url": "git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
14+
},
15+
16+
"tags": [
17+
"authentication",
18+
"katana",
19+
"jwt",
20+
"openidconnect",
21+
"owin",
22+
"security"
23+
],
24+
25+
"compilationOptions": {
26+
"nowarn": [ "CS1591" ],
27+
"xmlDoc": true
28+
},
29+
30+
"dependencies": {
31+
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
32+
"Microsoft.Owin.Security": "3.0.1"
33+
},
34+
35+
"frameworks": {
36+
"net451": {
37+
"frameworkAssemblies": {
38+
"System.IdentityModel": "4.0.0.0"
39+
}
2140
}
41+
}
2242
}
Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
11
{
2-
"authors": [ "Kévin Chalet" ],
3-
"owners": [ "Kévin Chalet" ],
2+
"compilationOptions": {
3+
"warningsAsErrors": true
4+
},
45

5-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
6-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
6+
"dependencies": {
7+
"Microsoft.AspNet.Testing": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-*",
9+
"Microsoft.Owin.Testing": "3.0.1",
10+
"Owin.Security.OAuth.Introspection": "1.0.0-*",
11+
"xunit": "2.1.0",
12+
"xunit.runner.aspnet": "2.0.0-aspnet-rc2-*",
713

8-
"compilationOptions": {
9-
"warningsAsErrors": true
10-
},
14+
"System.Runtime": "4.1.0-*"
15+
},
1116

12-
"dependencies": {
13-
"Microsoft.AspNet.Testing": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*",
15-
"Microsoft.Owin.Testing": "3.0.1",
16-
"Owin.Security.OAuth.Introspection": "1.0.0-*",
17-
"xunit": "2.1.0",
18-
"xunit.runner.aspnet": "2.0.0-aspnet-rc2-*",
17+
"frameworks": {
18+
"dnx451": { }
19+
},
1920

20-
"System.Runtime": "4.1.0-*"
21-
},
22-
23-
"frameworks": {
24-
"dnx451": { }
25-
},
26-
27-
"commands": {
28-
"test": "xunit.runner.aspnet"
29-
}
21+
"commands": {
22+
"test": "xunit.runner.aspnet"
23+
}
3024
}
Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
11
{
2-
"authors": [ "Kévin Chalet" ],
3-
"owners": [ "Kévin Chalet" ],
2+
"compilationOptions": {
3+
"warningsAsErrors": true
4+
},
45

5-
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",
6-
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
6+
"dependencies": {
7+
"Microsoft.AspNet.Testing": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-*",
9+
"Microsoft.Owin.Testing": "3.0.1",
10+
"Moq": "4.2.1312.1622",
11+
"Owin.Security.OAuth.Validation": "1.0.0-*",
12+
"xunit": "2.1.0",
13+
"xunit.runner.aspnet": "2.0.0-aspnet-rc2-*",
714

8-
"compilationOptions": {
9-
"warningsAsErrors": true
10-
},
15+
"System.Runtime": "4.1.0-*"
16+
},
1117

12-
"dependencies": {
13-
"Microsoft.AspNet.Testing": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*",
15-
"Microsoft.Owin.Testing": "3.0.1",
16-
"Moq": "4.2.1312.1622",
17-
"Owin.Security.OAuth.Validation": "1.0.0-*",
18-
"xunit": "2.1.0",
19-
"xunit.runner.aspnet": "2.0.0-aspnet-rc2-*",
18+
"frameworks": {
19+
"dnx451": { }
20+
},
2021

21-
"System.Runtime": "4.1.0-*"
22-
},
23-
24-
"frameworks": {
25-
"dnx451": { }
26-
},
27-
28-
"commands": {
29-
"test": "xunit.runner.aspnet"
30-
}
22+
"commands": {
23+
"test": "xunit.runner.aspnet"
24+
}
3125
}

0 commit comments

Comments
 (0)