This repository was archived by the owner on Nov 9, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
src/Microsoft.AspNetCore.Testing
Microsoft.AspNetCore.Testing.Tests Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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"
3737if ($env: KOREBUILD_ZIP )
3838{
3939 $koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 22repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $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"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments