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

Commit fcf99fb

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 9c3a5e9 commit fcf99fb

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
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.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.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",
33
"description": "ASP.NET Core HTML abstractions used for building HTML content.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Html.HtmlString\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"
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
}

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",
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",
24+
"Microsoft.Extensions.Options": "1.0.0",
25+
"System.Text.Encodings.Web": "4.0.0"
2626
},
2727
"frameworks": {
2828
"netstandard1.0": {}

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

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

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

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

0 commit comments

Comments
 (0)