This repository was archived by the owner on Jan 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/Microsoft.Extensions.PlatformAbstractions Expand file tree Collapse file tree 3 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 .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 .zip"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0" ,
33 "description" : " Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono" ,
44 "buildOptions" : {
55 "warningsAsErrors" : true ,
1515 "net451" : {},
1616 "netstandard1.3" : {
1717 "dependencies" : {
18- "System.AppContext" : " 4.1.0-* " ,
19- "System.Resources.ResourceManager" : " 4.0.1-* " ,
20- "System.Reflection" : " 4.1.0-* " ,
21- "System.Reflection.Extensions" : " 4.0.1-* " ,
22- "System.Reflection.TypeExtensions" : " 4.1.0-* " ,
23- "System.Runtime.Extensions" : " 4.1.0-* "
18+ "System.AppContext" : " 4.1.0" ,
19+ "System.Resources.ResourceManager" : " 4.0.1" ,
20+ "System.Reflection" : " 4.1.0" ,
21+ "System.Reflection.Extensions" : " 4.0.1" ,
22+ "System.Reflection.TypeExtensions" : " 4.1.0" ,
23+ "System.Runtime.Extensions" : " 4.1.0"
2424 }
2525 }
2626 }
You can’t perform that action at this time.
0 commit comments