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 +21
-21
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 +21
-21
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" : " ASP.NET Core HTML abstractions used for building HTML content.\r\n Commonly used types:\r\n Microsoft.AspNetCore.Html.HtmlString\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"
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" ,
28+ "System.Resources.ResourceManager" : " 4.0.1"
2929 }
3030 }
3131 }
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0" ,
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" ,
24+ "Microsoft.Extensions.Options" : " 1.0.0" ,
25+ "System.Text.Encodings.Web" : " 4.0.0"
2626 },
2727 "frameworks" : {
2828 "netstandard1.0" : {}
Original file line number Diff line number Diff line change 44 "keyFile" : " ../../tools/Key.snk"
55 },
66 "dependencies" : {
7- "dotnet-test-xunit" : " 1.0.0-* " ,
8- "Microsoft.AspNetCore.Html.Abstractions" : " 1.0.0-* " ,
9- "Microsoft.AspNetCore.Testing" : " 1.0.0-* " ,
10- "Microsoft.Extensions.WebEncoders" : " 1.0.0-* " ,
7+ "dotnet-test-xunit" : " 1.0.0-rc3-000000-00 " ,
8+ "Microsoft.AspNetCore.Html.Abstractions" : " 1.0.0" ,
9+ "Microsoft.AspNetCore.Testing" : " 1.0.0-rtm-21431 " ,
10+ "Microsoft.Extensions.WebEncoders" : " 1.0.0" ,
1111 "xunit" : " 2.1.0"
1212 },
1313 "testRunner" : " xunit" ,
1414 "frameworks" : {
1515 "netcoreapp1.0" : {
1616 "dependencies" : {
1717 "Microsoft.NETCore.App" : {
18- "version" : " 1.0.0-* " ,
18+ "version" : " 1.0.0" ,
1919 "type" : " platform"
2020 },
21- "System.Diagnostics.Process" : " 4.1.0-* "
21+ "System.Diagnostics.Process" : " 4.1.0"
2222 },
2323 "imports" : [
2424 " dnxcore50" ,
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "dotnet-test-xunit" : " 1.0.0-* " ,
4- "Microsoft.Extensions.DependencyInjection" : " 1.0.0-* " ,
5- "Microsoft.Extensions.WebEncoders" : " 1.0.0-* " ,
3+ "dotnet-test-xunit" : " 1.0.0-rc3-000000-00 " ,
4+ "Microsoft.Extensions.DependencyInjection" : " 1.0.0" ,
5+ "Microsoft.Extensions.WebEncoders" : " 1.0.0" ,
66 "xunit" : " 2.1.0"
77 },
88 "testRunner" : " xunit" ,
1515 "netcoreapp1.0" : {
1616 "dependencies" : {
1717 "Microsoft.NETCore.App" : {
18- "version" : " 1.0.0-* " ,
18+ "version" : " 1.0.0" ,
1919 "type" : " platform"
2020 },
21- "System.Diagnostics.Process" : " 4.1.0-* "
21+ "System.Diagnostics.Process" : " 4.1.0"
2222 },
2323 "imports" : [
2424 " dnxcore50" ,
You can’t perform that action at this time.
0 commit comments