This repository was archived by the owner on Nov 15, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed
Microsoft.AspNetCore.Html.Abstractions
Microsoft.Extensions.WebEncoders
Microsoft.AspNetCore.Html.Abstractions.Test
Microsoft.Extensions.WebEncoders.Tests Expand file tree Collapse file tree 6 files changed +20
-20
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 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0-rc2-final " ,
33 "description" : " ASP.NET Core HTML abstractions used for building HTML content.\r\n Commonly used types:\r\n Microsoft.AspNetCore.Html.HtmlEncodedString\r\n Microsoft.AspNetCore.Html.IHtmlContent" ,
44 "packOptions" : {
55 "repository" : {
1919 "xmlDoc" : true
2020 },
2121 "dependencies" : {
22- "System.Text.Encodings.Web" : " 4.0.0-* "
22+ "System.Text.Encodings.Web" : " 4.0.0-rc2-24027 "
2323 },
2424 "frameworks" : {
2525 "netstandard1.0" : {
2626 "dependencies" : {
27- "System.Collections" : " 4.0.11-* " ,
28- "System.Resources.ResourceManager" : " 4.0.1-* "
27+ "System.Collections" : " 4.0.11-rc2-24027 " ,
28+ "System.Resources.ResourceManager" : " 4.0.1-rc2-24027 "
2929 }
3030 }
3131 }
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0-rc2-final " ,
33 "description" : " Contains registration and configuration APIs to add the core framework encoders to a dependency injection container." ,
44 "packOptions" : {
55 "repository" : {
2020 "xmlDoc" : true
2121 },
2222 "dependencies" : {
23- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-* " ,
24- "Microsoft.Extensions.Options" : " 1.0.0-* " ,
25- "System.Text.Encodings.Web" : " 4.0.0-* "
23+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-rc2-final " ,
24+ "Microsoft.Extensions.Options" : " 1.0.0-rc2-final " ,
25+ "System.Text.Encodings.Web" : " 4.0.0-rc2-24027 "
2626 },
2727 "frameworks" : {
2828 "netstandard1.0" : {}
Original file line number Diff line number Diff line change 55 },
66 "dependencies" : {
77 "dotnet-test-xunit" : " 1.0.0-*" ,
8- "Microsoft.NETCore.Platforms" : " 1.0.1-* " ,
9- "Microsoft.AspNetCore.Html.Abstractions" : " 1.0.0-* " ,
8+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
9+ "Microsoft.AspNetCore.Html.Abstractions" : " 1.0.0-rc2-final " ,
1010 "Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
11- "Microsoft.Extensions.WebEncoders" : " 1.0.0-* " ,
11+ "Microsoft.Extensions.WebEncoders" : " 1.0.0-rc2-final " ,
1212 "xunit" : " 2.1.0"
1313 },
1414 "testRunner" : " xunit" ,
1515 "frameworks" : {
1616 "netcoreapp1.0" : {
1717 "dependencies" : {
1818 "Microsoft.NETCore.App" : {
19- "version" : " 1.0.0-* " ,
19+ "version" : " 1.0.0-rc2-3002702 " ,
2020 "type" : " platform"
2121 },
22- "System.Diagnostics.Process" : " 4.1.0-* "
22+ "System.Diagnostics.Process" : " 4.1.0-rc2-24027 "
2323 },
2424 "imports" : [
2525 " dnxcore50" ,
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
33 "dotnet-test-xunit" : " 1.0.0-*" ,
4- "Microsoft.NETCore.Platforms" : " 1.0.1-* " ,
5- "Microsoft.Extensions.DependencyInjection" : " 1.0.0-* " ,
6- "Microsoft.Extensions.WebEncoders" : " 1.0.0-* " ,
4+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
5+ "Microsoft.Extensions.DependencyInjection" : " 1.0.0-rc2-final " ,
6+ "Microsoft.Extensions.WebEncoders" : " 1.0.0-rc2-final " ,
77 "xunit" : " 2.1.0"
88 },
99 "testRunner" : " xunit" ,
1616 "netcoreapp1.0" : {
1717 "dependencies" : {
1818 "Microsoft.NETCore.App" : {
19- "version" : " 1.0.0-* " ,
19+ "version" : " 1.0.0-rc2-3002702 " ,
2020 "type" : " platform"
2121 },
22- "System.Diagnostics.Process" : " 4.1.0-* "
22+ "System.Diagnostics.Process" : " 4.1.0-rc2-24027 "
2323 },
2424 "imports" : [
2525 " dnxcore50" ,
You can’t perform that action at this time.
0 commit comments