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

Commit 146c482

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent f69493e commit 146c482

21 files changed

Lines changed: 107 additions & 107 deletions

File tree

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/DatabaseErrorPageSample/project.json

Lines changed: 8 additions & 8 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.Diagnostics": "1.0.0-*",
5-
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "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.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final",
99
"Microsoft.EntityFrameworkCore.Tools": {
10-
"version": "1.0.0-*",
10+
"version": "1.0.0-preview1-final",
1111
"type": "build"
1212
}
1313
},
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {
2525
"Microsoft.NETCore.App": {
26-
"version": "1.0.0-*",
26+
"version": "1.0.0-rc2-3002702",
2727
"type": "platform"
2828
}
2929
}

samples/DeveloperExceptionPageSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0-*",
19+
"version": "1.0.0-rc2-3002702",
2020
"type": "platform"
2121
}
2222
}

samples/ElmPageSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0-*",
19+
"version": "1.0.0-rc2-3002702",
2020
"type": "platform"
2121
}
2222
}

samples/ExceptionHandlerSample/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
7-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final"
88
},
99
"buildOptions": {
1010
"emitEntryPoint": true
@@ -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/MiddlewareAnalysisSample/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.Diagnostics": "1.0.0-*",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
9-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
8+
"Microsoft.Extensions.DiagnosticAdapter": "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/RuntimeInfoPageSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0-*",
19+
"version": "1.0.0-rc2-3002702",
2020
"type": "platform"
2121
}
2222
}

samples/StatusCodePagesSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.NETCore.Platforms": "1.0.1-*",
7-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
6+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
7+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1010
},
1111
"frameworks": {
1212
"net451": {},
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0-*",
19+
"version": "1.0.0-rc2-3002702",
2020
"type": "platform"
2121
}
2222
}

samples/WelcomePageSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
4+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0-*",
19+
"version": "1.0.0-rc2-3002702",
2020
"type": "platform"
2121
}
2222
}

0 commit comments

Comments
 (0)