This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
src/Microsoft.AspNetCore.Razor.Tools
test/Microsoft.AspNetCore.Razor.Tools.Test Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
33
33
$repoFolder = $PSScriptRoot
34
34
$env: REPO_FOLDER = $repoFolder
35
35
36
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/release .zip"
36
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2 .zip"
37
37
if ($env: KOREBUILD_ZIP )
38
38
{
39
39
$koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-preview1-final " ,
3
3
"description" : " TagHelper tooling for .NET Core CLI." ,
4
4
"packOptions" : {
5
5
"repository" : {
18
18
"xmlDoc" : true
19
19
},
20
20
"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 " ,
24
24
"Microsoft.Extensions.DotnetToolDispatcher.Sources" : {
25
25
"type" : " build" ,
26
26
"version" : " 1.0.0-*"
27
27
},
28
- "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-* " ,
28
+ "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-rc2-final " ,
29
29
"Newtonsoft.Json" : " 8.0.3"
30
30
},
31
31
"frameworks" : {
32
32
"netcoreapp1.0" : {
33
33
"dependencies" : {
34
34
"Microsoft.NETCore.App" : {
35
35
"type" : " platform" ,
36
- "version" : " 1.0.0-* "
36
+ "version" : " 1.0.0-rc2-3002702 "
37
37
},
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 "
40
40
},
41
41
"imports" : [
42
42
" portable-net451+win8" ,
Original file line number Diff line number Diff line change 4
4
"netcoreapp1.0" : {
5
5
"dependencies" : {
6
6
"Microsoft.NETCore.App" : {
7
- "version" : " 1.0.0-* " ,
7
+ "version" : " 1.0.0-rc2-3002702 " ,
8
8
"type" : " platform"
9
9
},
10
- "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-* " ,
10
+ "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-preview1-final " ,
11
11
"Microsoft.AspNetCore.Razor.Test.Sources" : {
12
12
"version" : " 1.0.0-*" ,
13
13
"type" : " build"
16
16
"version" : " 1.0.0-*" ,
17
17
"type" : " build"
18
18
},
19
- "System.Diagnostics.Process" : " 4.1.0-* " ,
19
+ "System.Diagnostics.Process" : " 4.1.0-rc2-24027 " ,
20
20
"xunit" : " 2.1.0"
21
21
},
22
22
"imports" : [
You can’t perform that action at this time.
0 commit comments