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

Commit 781aedd

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 8906678 commit 781aedd

File tree

10 files changed

+59
-59
lines changed

10 files changed

+59
-59
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/LargeResponseApp/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
66
},
77
"buildOptions": {
88
"emitEntryPoint": true
@@ -12,7 +12,7 @@
1212
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.0-*",
15+
"version": "1.0.0-rc2-3002702",
1616
"type": "platform"
1717
}
1818
},

samples/SampleApp/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
7-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-rc2-final",
7+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
88
},
99
"buildOptions": {
1010
"emitEntryPoint": true
@@ -14,10 +14,10 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.0-*",
17+
"version": "1.0.0-rc2-3002702",
1818
"type": "platform"
1919
},
20-
"System.Console": "4.0.0-*"
20+
"System.Console": "4.0.0-rc2-24027"
2121
},
2222
"imports": [
2323
"dnxcore50"

src/Microsoft.AspNetCore.Server.Kestrel.Https/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-rc2-final",
33
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
44
"buildOptions": {
55
"keyFile": "../../tools/Key.snk",
@@ -19,13 +19,13 @@
1919
]
2020
},
2121
"dependencies": {
22-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
22+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
2323
},
2424
"frameworks": {
2525
"net451": {},
2626
"netstandard1.3": {
2727
"dependencies": {
28-
"System.Net.Security": "4.0.0-*"
28+
"System.Net.Security": "4.0.0-rc2-24027"
2929
},
3030
"imports": [
3131
"portable-net45+win8"

src/Microsoft.AspNetCore.Server.Kestrel/project.json

Lines changed: 22 additions & 22 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 Kestrel cross-platform web server.",
44
"packOptions": {
55
"repository": {
@@ -12,13 +12,13 @@
1212
]
1313
},
1414
"dependencies": {
15-
"System.Buffers": "4.0.0-*",
16-
"System.Numerics.Vectors": "4.1.1-*",
17-
"System.Threading.Tasks.Extensions": "4.0.0-*",
18-
"Libuv": "1.9.0-*",
19-
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
20-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
21-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
15+
"System.Buffers": "4.0.0-rc2-24027",
16+
"System.Numerics.Vectors": "4.1.1-rc2-24027",
17+
"System.Threading.Tasks.Extensions": "4.0.0-rc2-24027",
18+
"Libuv": "1.9.0-rc2-20896",
19+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
20+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final",
21+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final"
2222
},
2323
"frameworks": {
2424
"net451": {
@@ -33,20 +33,20 @@
3333
},
3434
"netstandard1.3": {
3535
"dependencies": {
36-
"System.Collections": "4.0.11-*",
37-
"System.Diagnostics.Debug": "4.0.11-*",
38-
"System.Globalization": "4.0.11-*",
39-
"System.IO": "4.1.0-*",
40-
"System.Linq": "4.1.0-*",
41-
"System.Net.Primitives": "4.0.11-*",
42-
"System.Runtime.Extensions": "4.1.0-*",
43-
"System.Runtime.InteropServices": "4.1.0-*",
44-
"System.Text.Encoding": "4.0.11-*",
45-
"System.Threading": "4.0.11-*",
46-
"System.Threading.Tasks": "4.0.11-*",
47-
"System.Threading.Thread": "4.0.0-*",
48-
"System.Threading.ThreadPool": "4.0.10-*",
49-
"System.Threading.Timer": "4.0.1-*"
36+
"System.Collections": "4.0.11-rc2-24027",
37+
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
38+
"System.Globalization": "4.0.11-rc2-24027",
39+
"System.IO": "4.1.0-rc2-24027",
40+
"System.Linq": "4.1.0-rc2-24027",
41+
"System.Net.Primitives": "4.0.11-rc2-24027",
42+
"System.Runtime.Extensions": "4.1.0-rc2-24027",
43+
"System.Runtime.InteropServices": "4.1.0-rc2-24027",
44+
"System.Text.Encoding": "4.0.11-rc2-24027",
45+
"System.Threading": "4.0.11-rc2-24027",
46+
"System.Threading.Tasks": "4.0.11-rc2-24027",
47+
"System.Threading.Thread": "4.0.0-rc2-24027",
48+
"System.Threading.ThreadPool": "4.0.10-rc2-24027",
49+
"System.Threading.Timer": "4.0.1-rc2-24027"
5050
},
5151
"imports": [
5252
"portable-net45+win8"

test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"dotnet-test-xunit": "1.0.0-*",
5-
"Microsoft.NETCore.Platforms": "1.0.1-*",
6-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
5+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
6+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
88
"Microsoft.AspNetCore.Server.Kestrel.TestCommon": "1.0.0-*",
99
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1010
"Newtonsoft.Json": "8.0.3",
@@ -14,11 +14,11 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.0-*",
17+
"version": "1.0.0-rc2-3002702",
1818
"type": "platform"
1919
},
20-
"System.Net.Http": "4.0.1-*",
21-
"System.Runtime.Serialization.Primitives": "4.1.1-*"
20+
"System.Net.Http": "4.0.1-rc2-24027",
21+
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
2222
},
2323
"imports": [
2424
"portable-dnxcore50+net45+win8+wp8+wpa81",

test/Microsoft.AspNetCore.Server.Kestrel.TestCommon/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"net451": {},
55
"netstandard1.3": {
66
"dependencies": {
7-
"System.Threading": "4.0.11-*",
8-
"System.Net.Sockets": "4.1.0-*"
7+
"System.Threading": "4.0.11-rc2-24027",
8+
"System.Net.Sockets": "4.1.0-rc2-24027"
99
},
1010
"imports": [
1111
"portable-net45+win8"

test/Microsoft.AspNetCore.Server.KestrelTests/project.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"dotnet-test-xunit": "1.0.0-*",
5-
"Microsoft.NETCore.Platforms": "1.0.1-*",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
5+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
7+
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-rc2-final",
88
"Microsoft.AspNetCore.Server.Kestrel.TestCommon": "1.0.0-*",
99
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1010
"xunit": "2.1.0"
@@ -13,16 +13,16 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.0-*",
16+
"version": "1.0.0-rc2-3002702",
1717
"type": "platform"
1818
},
19-
"System.Diagnostics.TraceSource": "4.0.0-*",
20-
"System.Globalization.Extensions": "4.0.1-*",
21-
"System.IO": "4.1.0-*",
22-
"System.Net.Http": "4.0.1-*",
23-
"System.Net.Http.WinHttpHandler": "4.0.0-*",
24-
"System.Net.Sockets": "4.1.0-*",
25-
"System.Runtime.Handles": "4.0.1-*"
19+
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
20+
"System.Globalization.Extensions": "4.0.1-rc2-24027",
21+
"System.IO": "4.1.0-rc2-24027",
22+
"System.Net.Http": "4.0.1-rc2-24027",
23+
"System.Net.Http.WinHttpHandler": "4.0.0-rc2-24027",
24+
"System.Net.Sockets": "4.1.0-rc2-24027",
25+
"System.Runtime.Handles": "4.0.1-rc2-24027"
2626
},
2727
"imports": [
2828
"dnxcore50",

tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"emitEntryPoint": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
9-
"Microsoft.AspNetCore.Hosting": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final"
1010
},
1111
"frameworks": {
1212
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.0-*",
15+
"version": "1.0.0-rc2-3002702",
1616
"type": "platform"
1717
}
1818
},

0 commit comments

Comments
 (0)