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

Commit 45f8657

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 20b5215 commit 45f8657

File tree

17 files changed

+86
-86
lines changed

17 files changed

+86
-86
lines changed

build.ps1

+1-1
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

+1-1
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/SampleApp/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Http": "1.0.0-*"
4+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final"
55
},
66
"commands": {
77
"SampleApp": "SampleApp"

src/Microsoft.AspNetCore.Http.Abstractions/project.json

+7-7
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 HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Builder.IApplicationBuilder\r\nMicrosoft.AspNetCore.Http.HttpContext\r\nMicrosoft.AspNetCore.Http.HttpRequest\r\nMicrosoft.AspNetCore.Http.HttpResponse",
44
"packOptions": {
55
"repository": {
@@ -19,12 +19,12 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
22+
"Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final",
2323
"Microsoft.Extensions.ActivatorUtilities.Sources": {
2424
"type": "build",
2525
"version": "1.0.0-*"
2626
},
27-
"System.Text.Encodings.Web": "4.0.0-*"
27+
"System.Text.Encodings.Web": "4.0.0-rc2-24027"
2828
},
2929
"frameworks": {
3030
"net451": {
@@ -36,10 +36,10 @@
3636
},
3737
"netstandard1.3": {
3838
"dependencies": {
39-
"System.Globalization.Extensions": "4.0.1-*",
40-
"System.Linq.Expressions": "4.0.11-*",
41-
"System.Reflection.TypeExtensions": "4.1.0-*",
42-
"System.Runtime.InteropServices": "4.1.0-*"
39+
"System.Globalization.Extensions": "4.0.1-rc2-24027",
40+
"System.Linq.Expressions": "4.0.11-rc2-24027",
41+
"System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
42+
"System.Runtime.InteropServices": "4.1.0-rc2-24027"
4343
}
4444
}
4545
}

src/Microsoft.AspNetCore.Http.Extensions/project.json

+6-6
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 common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.",
44
"packOptions": {
55
"repository": {
@@ -19,16 +19,16 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
23-
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
24-
"Microsoft.Net.Http.Headers": "1.0.0-*",
25-
"System.Buffers": "4.0.0-*"
22+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final",
23+
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final",
24+
"Microsoft.Net.Http.Headers": "1.0.0-rc2-final",
25+
"System.Buffers": "4.0.0-rc2-24027"
2626
},
2727
"frameworks": {
2828
"net451": {},
2929
"netstandard1.3": {
3030
"dependencies": {
31-
"System.IO.FileSystem": "4.0.1-*"
31+
"System.IO.FileSystem": "4.0.1-rc2-24027"
3232
}
3333
}
3434
}

src/Microsoft.AspNetCore.Http.Features/project.json

+11-11
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 HTTP feature interface definitions.",
44
"packOptions": {
55
"repository": {
@@ -19,21 +19,21 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"Microsoft.Extensions.Primitives": "1.0.0-*"
22+
"Microsoft.Extensions.Primitives": "1.0.0-rc2-final"
2323
},
2424
"frameworks": {
2525
"net451": {},
2626
"netstandard1.3": {
2727
"dependencies": {
28-
"System.Collections": "4.0.11-*",
29-
"System.ComponentModel": "4.0.1-*",
30-
"System.Linq": "4.1.0-*",
31-
"System.Net.Primitives": "4.0.11-*",
32-
"System.Net.WebSockets": "4.0.0-*",
33-
"System.Runtime.Extensions": "4.1.0-*",
34-
"System.Security.Claims": "4.0.1-*",
35-
"System.Security.Cryptography.X509Certificates": "4.1.0-*",
36-
"System.Security.Principal": "4.0.1-*"
28+
"System.Collections": "4.0.11-rc2-24027",
29+
"System.ComponentModel": "4.0.1-rc2-24027",
30+
"System.Linq": "4.1.0-rc2-24027",
31+
"System.Net.Primitives": "4.0.11-rc2-24027",
32+
"System.Net.WebSockets": "4.0.0-rc2-24027",
33+
"System.Runtime.Extensions": "4.1.0-rc2-24027",
34+
"System.Security.Claims": "4.0.1-rc2-24027",
35+
"System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027",
36+
"System.Security.Principal": "4.0.1-rc2-24027"
3737
}
3838
}
3939
}

src/Microsoft.AspNetCore.Http/project.json

+8-8
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 default HTTP feature implementations.",
44
"packOptions": {
55
"repository": {
@@ -20,18 +20,18 @@
2020
"xmlDoc": true
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
24-
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
25-
"Microsoft.Extensions.ObjectPool": "1.0.0-*",
26-
"Microsoft.Extensions.Options": "1.0.0-*",
27-
"Microsoft.Net.Http.Headers": "1.0.0-*",
28-
"System.Buffers": "4.0.0-*"
23+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final",
24+
"Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final",
25+
"Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final",
26+
"Microsoft.Extensions.Options": "1.0.0-rc2-final",
27+
"Microsoft.Net.Http.Headers": "1.0.0-rc2-final",
28+
"System.Buffers": "4.0.0-rc2-24027"
2929
},
3030
"frameworks": {
3131
"net451": {},
3232
"netstandard1.3": {
3333
"dependencies": {
34-
"System.Threading": "4.0.11-*"
34+
"System.Threading": "4.0.11-rc2-24027"
3535
}
3636
}
3737
}

src/Microsoft.AspNetCore.Owin/project.json

+2-2
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 component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Http": "1.0.0-*"
24+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final"
2525
},
2626
"frameworks": {
2727
"net451": {},

src/Microsoft.AspNetCore.WebUtilities/project.json

+7-7
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 utilities, such as for working with forms, multipart messages, and query strings.",
44
"packOptions": {
55
"repository": {
@@ -19,9 +19,9 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"Microsoft.Extensions.Primitives": "1.0.0-*",
23-
"System.Buffers": "4.0.0-*",
24-
"System.Text.Encodings.Web": "4.0.0-*"
22+
"Microsoft.Extensions.Primitives": "1.0.0-rc2-final",
23+
"System.Buffers": "4.0.0-rc2-24027",
24+
"System.Text.Encodings.Web": "4.0.0-rc2-24027"
2525
},
2626
"frameworks": {
2727
"net451": {
@@ -33,9 +33,9 @@
3333
},
3434
"netstandard1.3": {
3535
"dependencies": {
36-
"System.Collections": "4.0.11-*",
37-
"System.IO": "4.1.0-*",
38-
"System.IO.FileSystem": "4.0.1-*"
36+
"System.Collections": "4.0.11-rc2-24027",
37+
"System.IO": "4.1.0-rc2-24027",
38+
"System.IO.FileSystem": "4.0.1-rc2-24027"
3939
}
4040
}
4141
}

src/Microsoft.Net.Http.Headers/project.json

+9-9
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": "HTTP header parser implementations.",
44
"packOptions": {
55
"repository": {
@@ -22,14 +22,14 @@
2222
"frameworks": {
2323
"netstandard1.1": {
2424
"dependencies": {
25-
"System.Collections": "4.0.11-*",
26-
"System.Diagnostics.Contracts": "4.0.1-*",
27-
"System.Globalization": "4.0.11-*",
28-
"System.Linq": "4.1.0-*",
29-
"System.Resources.ResourceManager": "4.0.1-*",
30-
"System.Runtime.Extensions": "4.1.0-*",
31-
"System.Text.Encoding": "4.0.11-*",
32-
"System.Buffers": "4.0.0-*"
25+
"System.Collections": "4.0.11-rc2-24027",
26+
"System.Diagnostics.Contracts": "4.0.1-rc2-24027",
27+
"System.Globalization": "4.0.11-rc2-24027",
28+
"System.Linq": "4.1.0-rc2-24027",
29+
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
30+
"System.Runtime.Extensions": "4.1.0-rc2-24027",
31+
"System.Text.Encoding": "4.0.11-rc2-24027",
32+
"System.Buffers": "4.0.0-rc2-24027"
3333
}
3434
}
3535
}

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Http": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
1010
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1111
"xunit": "2.1.0"
1212
},
1313
"frameworks": {
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.Diagnostics.Process": "4.1.0-*"
20+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
2121
},
2222
"imports": [
2323
"dnxcore50",

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.Http": "1.0.0-*",
6-
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
7-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final",
7+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final",
88
"xunit": "2.1.0"
99
},
1010
"frameworks": {
1111
"netcoreapp1.0": {
1212
"dependencies": {
1313
"Microsoft.NETCore.App": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc2-3002702",
1515
"type": "platform"
1616
},
17-
"System.Diagnostics.Process": "4.1.0-*"
17+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
1818
},
1919
"imports": [
2020
"dnxcore50",

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.Http.Features": "1.0.0-rc2-final",
66
"xunit": "2.1.0"
77
},
88
"frameworks": {
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.0-*",
12+
"version": "1.0.0-rc2-3002702",
1313
"type": "platform"
1414
},
15-
"System.Diagnostics.Process": "4.1.0-*"
15+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
1616
},
1717
"imports": [
1818
"dnxcore50",

test/Microsoft.AspNetCore.Http.Tests/project.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.Http": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
66
"xunit": "2.1.0"
77
},
88
"frameworks": {
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.0-*",
12+
"version": "1.0.0-rc2-3002702",
1313
"type": "platform"
1414
},
15-
"System.Diagnostics.Process": "4.1.0-*"
15+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
1616
},
1717
"imports": [
1818
"dnxcore50",

test/Microsoft.AspNetCore.Owin.Tests/project.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.Http": "1.0.0-*",
6-
"Microsoft.AspNetCore.Owin": "1.0.0-*",
7-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.Owin": "1.0.0-rc2-final",
7+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final",
88
"xunit": "2.1.0"
99
},
1010
"frameworks": {
1111
"netcoreapp1.0": {
1212
"dependencies": {
1313
"Microsoft.NETCore.App": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc2-3002702",
1515
"type": "platform"
1616
},
17-
"System.Diagnostics.Process": "4.1.0-*"
17+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
1818
},
1919
"imports": [
2020
"dnxcore50",

test/Microsoft.AspNetCore.WebUtilities.Tests/project.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5-
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
5+
"Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final",
66
"xunit": "2.1.0"
77
},
88
"buildOptions": {
@@ -13,11 +13,11 @@
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.Text.Encoding.Extensions": "4.0.11-*",
20-
"System.Diagnostics.Process": "4.1.0-*"
19+
"System.Text.Encoding.Extensions": "4.0.11-rc2-24027",
20+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
2121
},
2222
"imports": [
2323
"dnxcore50",

0 commit comments

Comments
 (0)