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

Commit 41250b0

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent e04bddf commit 41250b0

File tree

10 files changed

+48
-48
lines changed

10 files changed

+48
-48
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/IISSample/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
5-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
6-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
4+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
5+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
6+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true
@@ -13,7 +13,7 @@
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
}
1919
},

src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-preview1-*",
2+
"version": "1.0.0-preview1-final",
33
"buildOptions": {
44
"emitEntryPoint": true,
55
"warningsAsErrors": true,
@@ -11,9 +11,9 @@
1111
"outputName": "dotnet-publish-iis"
1212
},
1313
"dependencies": {
14-
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
15-
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
16-
"System.Diagnostics.Process": "4.1.0-*"
14+
"Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final",
15+
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702",
16+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
1717
},
1818
"frameworks": {
1919
"netcoreapp1.0": {
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
2525
"type": "platform",
26-
"version": "1.0.0-*"
26+
"version": "1.0.0-rc2-3002702"
2727
}
2828
}
2929
}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rc2-*",
2+
"version": "1.0.0-rc2-final",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -16,12 +16,12 @@
1616
}
1717
},
1818
"dependencies": {
19-
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
20-
"Microsoft.AspNetCore.Http": "1.0.0-*",
21-
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
22-
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
23-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
24-
"Microsoft.Extensions.Options": "1.0.0-*",
19+
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
20+
"Microsoft.AspNetCore.Http": "1.0.0-rc2-final",
21+
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-rc2-final",
22+
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-rc2-final",
23+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final",
24+
"Microsoft.Extensions.Options": "1.0.0-rc2-final",
2525
"Microsoft.Extensions.SecurityHelper.Sources": {
2626
"type": "build",
2727
"version": "1.0.0-*"
@@ -31,7 +31,7 @@
3131
"net451": {},
3232
"netstandard1.3": {
3333
"dependencies": {
34-
"System.Security.Principal.Windows": "4.0.0-*"
34+
"System.Security.Principal.Windows": "4.0.0-rc2-24027"
3535
},
3636
"imports": [
3737
"dotnet5.4",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"dependencies": {
2020
"dotnet-test-xunit": "1.0.0-*",
2121
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
22-
"Microsoft.Extensions.Logging": "1.0.0-*",
23-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
24-
"Microsoft.NETCore.Platforms": "1.0.1-*",
22+
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
23+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
24+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
2525
"xunit": "2.1.0"
2626
},
2727
"frameworks": {

test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json

Lines changed: 5 additions & 5 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.AspNetCore.Server.IISIntegration": "1.0.0-*",
6-
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
6+
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-final",
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
88
"xunit": "2.1.0"
99
},
1010
"frameworks": {
@@ -15,10 +15,10 @@
1515
],
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.0-*",
18+
"version": "1.0.0-rc2-3002702",
1919
"type": "platform"
2020
},
21-
"System.Diagnostics.Process": "4.1.0-*"
21+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
2222
}
2323
},
2424
"net451": {}

test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
44
"xunit": "2.1.0",
5-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
5+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview1-final"
66
},
77
"frameworks": {
88
"netcoreapp1.0": {
@@ -12,10 +12,10 @@
1212
"portable-net45+win8"
1313
],
1414
"dependencies": {
15-
"System.Diagnostics.Process": "4.1.0-*",
15+
"System.Diagnostics.Process": "4.1.0-rc2-24027",
1616
"Microsoft.NETCore.App": {
1717
"type": "platform",
18-
"version": "1.0.0-*"
18+
"version": "1.0.0-rc2-3002702"
1919
}
2020
}
2121
}

test/TestSites.Portable/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
16-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
17-
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
18-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
19-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
20-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
15+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
16+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
17+
"Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final",
18+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
19+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
20+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
2121
"xunit": "2.1.0"
2222
},
2323
"frameworks": {
@@ -28,11 +28,11 @@
2828
],
2929
"dependencies": {
3030
"Microsoft.NETCore.App": {
31-
"version": "1.0.0-*",
31+
"version": "1.0.0-rc2-3002702",
3232
"type": "platform"
3333
},
34-
"System.Net.Primitives": "4.0.11-*",
35-
"System.Diagnostics.Process": "4.1.0-*"
34+
"System.Net.Primitives": "4.0.11-rc2-24027",
35+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
3636
}
3737
}
3838
}

test/TestSites/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
]
1010
},
1111
"dependencies": {
12-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
13-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
14-
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
15-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
16-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
17-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
12+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
13+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
14+
"Microsoft.AspNetCore.WebUtilities": "1.0.0-rc2-final",
15+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
16+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
17+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
1818
"xunit": "2.1.0"
1919
},
2020
"frameworks": {
@@ -25,9 +25,9 @@
2525
"portable-net45+win8"
2626
],
2727
"dependencies": {
28-
"Microsoft.NETCore.App": "1.0.0-*",
29-
"System.Net.Primitives": "4.0.11-*",
30-
"System.Diagnostics.Process": "4.1.0-*"
28+
"Microsoft.NETCore.App": "1.0.0-rc2-3002702",
29+
"System.Net.Primitives": "4.0.11-rc2-24027",
30+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
3131
}
3232
},
3333
"net451": {}

0 commit comments

Comments
 (0)