Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Commit 2c1c3b0

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 0fcc19f commit 2c1c3b0

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
3737
if ($env:KOREBUILD_ZIP)
3838
{
3939
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $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"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

src/Microsoft.AspNetCore.Html.Abstractions/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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\nCommonly used types:\r\nMicrosoft.AspNetCore.Html.HtmlEncodedString\r\nMicrosoft.AspNetCore.Html.IHtmlContent",
44
"packOptions": {
55
"repository": {
@@ -19,13 +19,13 @@
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
}

src/Microsoft.Extensions.WebEncoders/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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": {
@@ -20,9 +20,9 @@
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": {}

test/Microsoft.AspNetCore.Html.Abstractions.Test/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
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",

test/Microsoft.Extensions.WebEncoders.Tests/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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",
@@ -16,10 +16,10 @@
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",

0 commit comments

Comments
 (0)