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

Commit c01ec23

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 9a138af commit c01ec23

File tree

9 files changed

+76
-76
lines changed

9 files changed

+76
-76
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/IdentitySample.Mvc/project.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55
"description": "Identity sample MVC application on ASP.NET Core",
66
"version": "1.0.0-*",
77
"dependencies": {
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
11-
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
12-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
13-
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
14-
"Microsoft.AspNetCore.Identity": "1.0.0-*",
15-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
16-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
17-
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
18-
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
19-
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
20-
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
21-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
22-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
23-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-rc2-final",
12+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
13+
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-final",
14+
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final",
15+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final",
16+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
17+
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-rc2-final",
18+
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-final",
19+
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-final",
20+
"Microsoft.AspNetCore.Authorization": "1.0.0-rc2-final",
21+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
22+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
23+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
2424
"Microsoft.EntityFrameworkCore.Tools": {
25-
"version": "1.0.0-*",
25+
"version": "1.0.0-preview1-final",
2626
"type": "build"
2727
},
28-
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
29-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
30-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
31-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
32-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
33-
"Microsoft.Extensions.Logging.Debug": "1.0.0-*"
28+
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final",
29+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
30+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
31+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
32+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
33+
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final"
3434
},
3535
"buildOptions": {
3636
"emitEntryPoint": true
@@ -44,7 +44,7 @@
4444
],
4545
"dependencies": {
4646
"Microsoft.NETCore.App": {
47-
"version": "1.0.0-*",
47+
"version": "1.0.0-rc2-3002702",
4848
"type": "platform"
4949
}
5050
}

src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ASP.NET Core Identity provider that uses Entity Framework Core.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc2-final",
44
"buildOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk",
@@ -22,14 +22,14 @@
2222
]
2323
},
2424
"dependencies": {
25-
"Microsoft.AspNetCore.Identity": "1.0.0-*",
26-
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
25+
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final",
26+
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final"
2727
},
2828
"frameworks": {
2929
"net451": {},
3030
"netstandard1.3": {
3131
"dependencies": {
32-
"System.ComponentModel.TypeConverter": "4.0.1-*"
32+
"System.ComponentModel.TypeConverter": "4.0.1-rc2-24027"
3333
},
3434
"imports": [
3535
"portable-net451+win8"

src/Microsoft.AspNetCore.Identity/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc2-final",
44
"buildOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk",
@@ -21,15 +21,15 @@
2121
]
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
25-
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
26-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*"
24+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
25+
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-rc2-final",
26+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-final"
2727
},
2828
"frameworks": {
2929
"net451": {},
3030
"netstandard1.3": {
3131
"dependencies": {
32-
"System.Text.RegularExpressions": "4.0.12-*"
32+
"System.Text.RegularExpressions": "4.0.12-rc2-24027"
3333
},
3434
"imports": [
3535
"portable-net451+win8"

test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
10-
"Microsoft.AspNetCore.Http": "1.0.0-*",
11-
"Microsoft.AspNetCore.Identity": "1.0.0-*",
12-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final",
12+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final",
1313
"Microsoft.AspNetCore.Testing": "1.0.0-*",
14-
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
14+
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-rc2-final",
1515
"xunit": "2.1.0-*"
1616
},
1717
"compile": "../Shared/*.cs",
1818
"frameworks": {
1919
"netcoreapp1.0": {
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.0-*",
22+
"version": "1.0.0-rc2-3002702",
2323
"type": "platform"
2424
},
2525
"moq.netcore": "4.4.0-beta8",
26-
"System.Diagnostics.Process": "4.1.0-*",
27-
"System.Diagnostics.TraceSource": "4.0.0-*"
26+
"System.Diagnostics.Process": "4.1.0-rc2-24027",
27+
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
2828
},
2929
"imports": [
3030
"dnxcore50",

test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"dependencies": {
1515
"dotnet-test-xunit": "1.0.0-*",
16-
"Microsoft.NETCore.Platforms": "1.0.1-*",
17-
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
18-
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
19-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
20-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
21-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
22-
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
23-
"Microsoft.AspNetCore.Http": "1.0.0-*",
24-
"Microsoft.AspNetCore.Identity": "1.0.0-*",
25-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
26-
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
16+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
17+
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-rc2-final",
18+
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final",
19+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
20+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final",
21+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
22+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
23+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
24+
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final",
25+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final",
26+
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-final",
2727
"Microsoft.AspNetCore.Testing": "1.0.0-*",
2828
"xunit": "2.1.0"
2929
},
@@ -32,12 +32,12 @@
3232
"netcoreapp1.0": {
3333
"dependencies": {
3434
"Microsoft.NETCore.App": {
35-
"version": "1.0.0-*",
35+
"version": "1.0.0-rc2-3002702",
3636
"type": "platform"
3737
},
3838
"moq.netcore": "4.4.0-beta8",
39-
"System.Diagnostics.Process": "4.1.0-*",
40-
"System.Diagnostics.TraceSource": "4.0.0-*"
39+
"System.Diagnostics.Process": "4.1.0-rc2-24027",
40+
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
4141
},
4242
"imports": [
4343
"dnxcore50",

test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
10-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
11-
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
12-
"Microsoft.AspNetCore.Http": "1.0.0-*",
13-
"Microsoft.AspNetCore.Identity": "1.0.0-*",
14-
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
12+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
13+
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final",
14+
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-final",
1515
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1616
"xunit": "2.1.0"
1717
},
@@ -20,12 +20,12 @@
2020
"netcoreapp1.0": {
2121
"dependencies": {
2222
"Microsoft.NETCore.App": {
23-
"version": "1.0.0-*",
23+
"version": "1.0.0-rc2-3002702",
2424
"type": "platform"
2525
},
2626
"moq.netcore": "4.4.0-beta8",
27-
"System.Diagnostics.Process": "4.1.0-*",
28-
"System.Diagnostics.TraceSource": "4.0.0-*"
27+
"System.Diagnostics.Process": "4.1.0-rc2-24027",
28+
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
2929
},
3030
"imports": [
3131
"dnxcore50",

test/Microsoft.AspNetCore.Identity.Test/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
10-
"Microsoft.AspNetCore.Http": "1.0.0-*",
11-
"Microsoft.AspNetCore.Identity": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final",
1212
"Microsoft.AspNetCore.Testing": "1.0.0-*",
13-
"Microsoft.Extensions.Configuration": "1.0.0-*",
14-
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
13+
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
14+
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final",
1515
"xunit": "2.1.0-*"
1616
},
1717
"compile": "../Shared/*.cs",
1818
"frameworks": {
1919
"netcoreapp1.0": {
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.0-*",
22+
"version": "1.0.0-rc2-3002702",
2323
"type": "platform"
2424
},
2525
"moq.netcore": "4.4.0-beta8",
26-
"System.Diagnostics.TraceSource": "4.0.0-*"
26+
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
2727
},
2828
"imports": [
2929
"dnxcore50",

0 commit comments

Comments
 (0)