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

Commit c668b94

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 6315920 commit c668b94

File tree

24 files changed

+122
-122
lines changed

24 files changed

+122
-122
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd $PSScriptRoot
3333
$repoFolder = $PSScriptRoot
3434
$env:REPO_FOLDER = $repoFolder
3535

36-
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
36+
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
3737
if ($env:KOREBUILD_ZIP)
3838
{
3939
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $repoFolder
44

5-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
5+
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

samples/CookieSample/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
8+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
99
},
1010
"buildOptions": {
1111
"emitEntryPoint": true
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

samples/CookieSessionSample/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
9-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
8+
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final",
9+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
1010
},
1111
"buildOptions": {
1212
"emitEntryPoint": true
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.0-*",
22+
"version": "1.0.0-rc2-3002702",
2323
"type": "platform"
2424
}
2525
}

samples/JwtBearerSample/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"emitEntryPoint": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-*",
9-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
11-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
12-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
13-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
12+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
13+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"Microsoft.NETCore.App": {
23-
"version": "1.0.0-*",
23+
"version": "1.0.0-rc2-3002702",
2424
"type": "platform"
2525
}
2626
}

samples/OpenIdConnect.AzureAdSample/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
9-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
8+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
9+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
1010
"Microsoft.IdentityModel.Clients.ActiveDirectory": "2.22.302111727",
11-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*"
11+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final"
1212
},
1313
"frameworks": {
1414
"net451": {}

samples/OpenIdConnectSample/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
9-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
10-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
8+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
9+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
10+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
20-
"version": "1.0.0-*",
20+
"version": "1.0.0-rc2-3002702",
2121
"type": "platform"
2222
}
2323
}

samples/SocialSample/project.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
6-
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
7-
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
8-
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
9-
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
11-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
12-
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
13-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
14-
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
15-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
16-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-rc2-final",
8+
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
12+
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-rc2-final",
13+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
14+
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-final",
15+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
16+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final"
1717
},
1818
"buildOptions": {
1919
"emitEntryPoint": true
@@ -26,7 +26,7 @@
2626
],
2727
"dependencies": {
2828
"Microsoft.NETCore.App": {
29-
"version": "1.0.0-*",
29+
"version": "1.0.0-rc2-3002702",
3030
"type": "platform"
3131
}
3232
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc2-final",
33
"description": "ASP.NET Core middleware that enables an application to use cookie based authentication.",
44
"packOptions": {
55
"repository": {
@@ -21,9 +21,9 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
25-
"Microsoft.Extensions.Options": "1.0.0-*",
26-
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
24+
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-final",
25+
"Microsoft.Extensions.Options": "1.0.0-rc2-final",
26+
"Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final"
2727
},
2828
"frameworks": {
2929
"net451": {},

src/Microsoft.AspNetCore.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-rc2-final",
33
"description": "ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
24+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
2525
},
2626
"frameworks": {
2727
"net451": {},

0 commit comments

Comments
 (0)