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

Commit 7eca978

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 9baa267 commit 7eca978

File tree

21 files changed

+211
-213
lines changed

21 files changed

+211
-213
lines changed

global.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"projects": ["src"]
3-
}
2+
"projects": [
3+
"src"
4+
],
5+
"sdk": {
6+
"version": "1.0.0-rc1-final"
7+
}
8+
}

samples/CookieSample/project.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
2-
"dependencies": {
3-
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
4-
"Microsoft.AspNet.DataProtection": "1.0.0-*",
5-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
6-
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
7-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
8-
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
9-
},
10-
"commands": {
11-
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345",
12-
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
13-
},
14-
"frameworks": {
15-
"dnx451": {
16-
},
17-
"dnxcore50": {
18-
}
19-
},
20-
"webroot":"wwwroot"
21-
}
2+
"dependencies": {
3+
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
4+
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final",
5+
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final",
6+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
7+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
8+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final"
9+
},
10+
"commands": {
11+
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345",
12+
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
13+
},
14+
"frameworks": {
15+
"dnx451": {},
16+
"dnxcore50": {}
17+
},
18+
"webroot": "wwwroot"
19+
}
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"dependencies": {
3-
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
4-
"Microsoft.AspNet.DataProtection": "1.0.0-*",
5-
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
6-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
7-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
8-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
9-
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
10-
},
11-
"commands": {
12-
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345",
13-
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
14-
},
15-
"frameworks": {
16-
"dnx451": { },
17-
"dnxcore50": { }
18-
},
19-
"webroot": "wwwroot"
20-
}
2+
"dependencies": {
3+
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
4+
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final",
5+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
6+
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final",
7+
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
9+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final"
10+
},
11+
"commands": {
12+
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345",
13+
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
14+
},
15+
"frameworks": {
16+
"dnx451": {},
17+
"dnxcore50": {}
18+
},
19+
"webroot": "wwwroot"
20+
}
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"dependencies": {
3-
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
4-
"Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-*",
5-
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
6-
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
7-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
8-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
9-
},
10-
"frameworks": {
11-
"dnx451": { },
12-
"dnxcore50": { }
13-
},
14-
"commands": {
15-
"web": "Microsoft.AspNet.Server.Kestrel",
16-
"kestrel": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:42023",
17-
"weblistener": "Microsoft.AspNet.Server.WebListener --server.urls http://localhost:42023"
18-
},
19-
"webroot": "wwwroot"
20-
}
2+
"dependencies": {
3+
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
4+
"Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-rc1-final",
5+
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
6+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
7+
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
9+
},
10+
"frameworks": {
11+
"dnx451": {},
12+
"dnxcore50": {}
13+
},
14+
"commands": {
15+
"web": "Microsoft.AspNet.Server.Kestrel",
16+
"kestrel": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:42023",
17+
"weblistener": "Microsoft.AspNet.Server.WebListener --server.urls http://localhost:42023"
18+
},
19+
"webroot": "wwwroot"
20+
}

samples/SocialSample/project.json

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"dependencies": {
3-
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
4-
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-*",
5-
"Microsoft.AspNet.Authentication.Google": "1.0.0-*",
6-
"Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-*",
7-
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
8-
"Microsoft.AspNet.DataProtection": "1.0.0-*",
9-
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
10-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
11-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
12-
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
13-
},
14-
"commands": {
15-
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:54540",
16-
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:54540"
17-
},
18-
"frameworks": {
19-
"dnx451": {
20-
},
21-
"dnxcore50": {
22-
}
23-
},
24-
"webroot": "wwwroot"
25-
}
2+
"dependencies": {
3+
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
4+
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
5+
"Microsoft.AspNet.Authentication.Google": "1.0.0-rc1-final",
6+
"Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-rc1-final",
7+
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-rc1-final",
8+
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final",
9+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
10+
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final",
11+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
12+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final"
13+
},
14+
"commands": {
15+
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:54540",
16+
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:54540"
17+
},
18+
"frameworks": {
19+
"dnx451": {},
20+
"dnxcore50": {}
21+
},
22+
"webroot": "wwwroot"
23+
}

src/Microsoft.AspNet.Authentication.Cookies/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
44
"repository": {
55
"type": "git",
@@ -10,8 +10,8 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Authentication": "1.0.0-*",
14-
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
13+
"Microsoft.AspNet.Authentication": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final",
1515
"Newtonsoft.Json": "6.0.6"
1616
},
1717
"frameworks": {

src/Microsoft.AspNet.Authentication.Facebook/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
44
"repository": {
55
"type": "git",
@@ -10,7 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*",
13+
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
1414
"Newtonsoft.Json": "6.0.6"
1515
},
1616
"frameworks": {

src/Microsoft.AspNet.Authentication.Google/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.",
44
"repository": {
55
"type": "git",
@@ -10,7 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
13+
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "ASP.NET 5 middleware that enables an application to receive an OpenID Connect bearer token.",
4-
"repository": {
5-
"type": "git",
6-
"url": "git://github.com/aspnet/security"
2+
"version": "1.0.0-rc1-final",
3+
"description": "ASP.NET 5 middleware that enables an application to receive an OpenID Connect bearer token.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/security"
7+
},
8+
"compilationOptions": {
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
11+
},
12+
"dependencies": {
13+
"Microsoft.AspNet.Authentication": "1.0.0-rc1-final",
14+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211161024"
15+
},
16+
"frameworks": {
17+
"dnx451": {
18+
"frameworkAssemblies": {
19+
"System.Net.Http": ""
20+
}
721
},
8-
"compilationOptions": {
9-
"warningsAsErrors": true,
10-
"keyFile": "../../tools/Key.snk"
11-
},
12-
"dependencies": {
13-
"Microsoft.AspNet.Authentication": "1.0.0-*",
14-
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211161024"
15-
},
16-
"frameworks": {
17-
"dnx451": {
18-
"frameworkAssemblies": {
19-
"System.Net.Http": ""
20-
}
21-
},
22-
"dnxcore50": {
23-
"dependencies": {
24-
"System.Net.Http": "4.0.1-beta-*"
25-
}
26-
}
22+
"dnxcore50": {
23+
"dependencies": {
24+
"System.Net.Http": "4.0.1-beta-23516"
25+
}
2726
}
28-
}
27+
}
28+
}

src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.",
44
"repository": {
55
"type": "git",
@@ -10,7 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
13+
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},

src/Microsoft.AspNet.Authentication.OAuth/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
44
"repository": {
55
"type": "git",
@@ -10,7 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Authentication": "1.0.0-*",
13+
"Microsoft.AspNet.Authentication": "1.0.0-rc1-final",
1414
"Newtonsoft.Json": "6.0.6"
1515
},
1616
"frameworks": {
@@ -21,7 +21,7 @@
2121
},
2222
"dotnet5.4": {
2323
"dependencies": {
24-
"System.Net.Http": "4.0.1-beta-*"
24+
"System.Net.Http": "4.0.1-beta-23516"
2525
}
2626
}
2727
}
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.",
4-
"repository": {
5-
"type": "git",
6-
"url": "git://github.com/aspnet/security"
2+
"version": "1.0.0-rc1-final",
3+
"description": "ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/security"
7+
},
8+
"compilationOptions": {
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
11+
},
12+
"dependencies": {
13+
"Microsoft.AspNet.Authentication": "1.0.0-rc1-final",
14+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211161024"
15+
},
16+
"frameworks": {
17+
"dnx451": {
18+
"frameworkAssemblies": {
19+
"System.Net.Http": ""
20+
}
721
},
8-
"compilationOptions": {
9-
"warningsAsErrors": true,
10-
"keyFile": "../../tools/Key.snk"
11-
},
12-
"dependencies": {
13-
"Microsoft.AspNet.Authentication": "1.0.0-*",
14-
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211161024"
15-
},
16-
"frameworks": {
17-
"dnx451": {
18-
"frameworkAssemblies": {
19-
"System.Net.Http": ""
20-
}
21-
},
22-
"dnxcore50": {
23-
"dependencies": {
24-
"System.Net.Http": "4.0.1-beta-*"
25-
}
26-
}
22+
"dnxcore50": {
23+
"dependencies": {
24+
"System.Net.Http": "4.0.1-beta-23516"
25+
}
2726
}
28-
}
27+
}
28+
}

0 commit comments

Comments
 (0)