This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
src/Microsoft.AspNetCore.Razor.Tools
test/Microsoft.AspNetCore.Razor.Tools.Test Expand file tree Collapse file tree 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 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0-preview1-final " ,
33 "description" : " TagHelper tooling for .NET Core CLI." ,
44 "packOptions" : {
55 "repository" : {
1818 "xmlDoc" : true
1919 },
2020 "dependencies" : {
21- "Microsoft.AspNetCore.Razor.Runtime" : " 1.0.0-* " ,
22- "Microsoft.DotNet.Cli.Utils" : " 1.0.0-* " ,
23- "Microsoft.Extensions.CommandLineUtils" : " 1.0.0-* " ,
21+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.0.0-rc2-final " ,
22+ "Microsoft.DotNet.Cli.Utils" : " 1.0.0-preview1-002702 " ,
23+ "Microsoft.Extensions.CommandLineUtils" : " 1.0.0-rc2-final " ,
2424 "Microsoft.Extensions.DotnetToolDispatcher.Sources" : {
2525 "type" : " build" ,
2626 "version" : " 1.0.0-*"
2727 },
28- "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-* " ,
28+ "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-rc2-final " ,
2929 "Newtonsoft.Json" : " 8.0.3"
3030 },
3131 "frameworks" : {
3232 "netcoreapp1.0" : {
3333 "dependencies" : {
3434 "Microsoft.NETCore.App" : {
3535 "type" : " platform" ,
36- "version" : " 1.0.0-* "
36+ "version" : " 1.0.0-rc2-3002702 "
3737 },
38- "System.Diagnostics.Process" : " 4.1.0-* " ,
39- "System.Runtime.Serialization.Primitives" : " 4.1.1-* "
38+ "System.Diagnostics.Process" : " 4.1.0-rc2-24027 " ,
39+ "System.Runtime.Serialization.Primitives" : " 4.1.1-rc2-24027 "
4040 },
4141 "imports" : [
4242 " portable-net451+win8" ,
Original file line number Diff line number Diff line change 44 "netcoreapp1.0" : {
55 "dependencies" : {
66 "Microsoft.NETCore.App" : {
7- "version" : " 1.0.0-* " ,
7+ "version" : " 1.0.0-rc2-3002702 " ,
88 "type" : " platform"
99 },
10- "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-* " ,
10+ "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-preview1-final " ,
1111 "Microsoft.AspNetCore.Razor.Test.Sources" : {
1212 "version" : " 1.0.0-*" ,
1313 "type" : " build"
1616 "version" : " 1.0.0-*" ,
1717 "type" : " build"
1818 },
19- "System.Diagnostics.Process" : " 4.1.0-* " ,
19+ "System.Diagnostics.Process" : " 4.1.0-rc2-24027 " ,
2020 "xunit" : " 2.1.0"
2121 },
2222 "imports" : [
You can’t perform that action at this time.
0 commit comments