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

Commit f7f9c75

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 19b5532 commit f7f9c75

File tree

5 files changed

+9
-9
lines changed

5 files changed

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

src/Microsoft.AspNetCore.Testing/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"dependencies": {
19-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
19+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
2020
"xunit": "2.1.0"
2121
},
2222
"frameworks": {
@@ -35,8 +35,8 @@
3535
},
3636
"netstandard1.3": {
3737
"dependencies": {
38-
"System.Globalization": "4.0.11-*",
39-
"System.Threading.Thread": "4.0.0-*"
38+
"System.Globalization": "4.0.11-rc2-24027",
39+
"System.Threading.Thread": "4.0.0-rc2-24027"
4040
},
4141
"imports": [
4242
"portable-net451+win8"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
},
77
"dependencies": {
88
"dotnet-test-xunit": "1.0.0-*",
9-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
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/Sample.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"dotnet-test-xunit": "1.0.0-*",
17-
"System.Diagnostics.Process": "4.1.0-*"
17+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
1818
}
1919
},
2020
"net451": {

0 commit comments

Comments
 (0)