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

Commit 7d24ca4

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 997dd6b commit 7d24ca4

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
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.Razor.Runtime/project.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0",
44
"buildOptions": {
55
"allowUnsafe": true,
66
"keyFile": "../../tools/Key.snk",
@@ -24,19 +24,19 @@
2424
]
2525
},
2626
"dependencies": {
27-
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
28-
"Microsoft.AspNetCore.Razor": "1.0.0-*",
27+
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0",
28+
"Microsoft.AspNetCore.Razor": "1.0.0",
2929
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
3030
"type": "build",
31-
"version": "1.0.0-*"
31+
"version": "1.0.0-rtm-21431"
3232
},
3333
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
3434
"type": "build",
35-
"version": "1.0.0-*"
35+
"version": "1.0.0-rtm-21431"
3636
},
3737
"Microsoft.Extensions.HashCodeCombiner.Sources": {
3838
"type": "build",
39-
"version": "1.0.0-*"
39+
"version": "1.0.0-rtm-21431"
4040
}
4141
},
4242
"frameworks": {
@@ -54,13 +54,13 @@
5454
},
5555
"netstandard1.5": {
5656
"dependencies": {
57-
"System.Collections.Concurrent": "4.0.12-*",
58-
"System.IO.FileSystem": "4.0.1-*",
59-
"System.Reflection": "4.1.0-*",
60-
"System.Reflection.Extensions": "4.0.1-*",
61-
"System.Reflection.TypeExtensions": "4.1.0-*",
62-
"System.Text.RegularExpressions": "4.1.0-*",
63-
"System.Xml.XDocument": "4.0.11-*"
57+
"System.Collections.Concurrent": "4.0.12",
58+
"System.IO.FileSystem": "4.0.1",
59+
"System.Reflection": "4.1.0",
60+
"System.Reflection.Extensions": "4.0.1",
61+
"System.Reflection.TypeExtensions": "4.1.0",
62+
"System.Text.RegularExpressions": "4.1.0",
63+
"System.Xml.XDocument": "4.0.11"
6464
}
6565
}
6666
}

src/Microsoft.AspNetCore.Razor.Test.Sources/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rtm-21431",
33
"shared": "*.cs",
44
"dependencies": {
5-
"xunit.assert": "2.1.0-*"
5+
"xunit.assert": "2.1.0"
66
},
77
"frameworks": {
88
"net451": {},

src/Microsoft.AspNetCore.Razor/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0",
44
"buildOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk",
@@ -23,20 +23,20 @@
2323
"dependencies": {
2424
"Microsoft.Extensions.HashCodeCombiner.Sources": {
2525
"type": "build",
26-
"version": "1.0.0-*"
26+
"version": "1.0.0-rtm-21431"
2727
}
2828
},
2929
"frameworks": {
3030
"net451": {},
3131
"netstandard1.3": {
3232
"dependencies": {
33-
"System.Diagnostics.Debug": "4.0.11-*",
34-
"System.Linq": "4.1.0-*",
35-
"System.Resources.ResourceManager": "4.0.1-*",
36-
"System.Runtime.Extensions": "4.1.0-*",
37-
"System.Security.Cryptography.Algorithms": "4.2.0-*",
38-
"System.Threading": "4.0.11-*",
39-
"System.Threading.Thread": "4.0.0-*"
33+
"System.Diagnostics.Debug": "4.0.11",
34+
"System.Linq": "4.1.0",
35+
"System.Resources.ResourceManager": "4.0.1",
36+
"System.Runtime.Extensions": "4.1.0",
37+
"System.Security.Cryptography.Algorithms": "4.2.0",
38+
"System.Threading": "4.0.11",
39+
"System.Threading.Thread": "4.0.0"
4040
}
4141
}
4242
}

test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8-
"dotnet-test-xunit": "1.0.0-*",
9-
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
8+
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
9+
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0",
1010
"Microsoft.AspNetCore.Razor.Test.Sources": {
11-
"version": "1.0.0-*",
11+
"version": "1.0.0-rtm-21431",
1212
"type": "build"
1313
},
14-
"Microsoft.AspNetCore.Testing": "1.0.0-*",
15-
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
14+
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
15+
"Microsoft.Extensions.WebEncoders": "1.0.0",
1616
"xunit": "2.1.0"
1717
},
1818
"testRunner": "xunit",
@@ -24,12 +24,12 @@
2424
],
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.0-*",
27+
"version": "1.0.0",
2828
"type": "platform"
2929
},
3030
"moq.netcore": "4.4.0-beta8",
31-
"System.Diagnostics.Process": "4.1.0-*",
32-
"System.Diagnostics.TraceSource": "4.0.0-*"
31+
"System.Diagnostics.Process": "4.1.0",
32+
"System.Diagnostics.TraceSource": "4.0.0"
3333
}
3434
},
3535
"net451": {

test/Microsoft.AspNetCore.Razor.Test/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"version": "1.0.0",
33
"dependencies": {
4-
"dotnet-test-xunit": "1.0.0-*",
5-
"Microsoft.AspNetCore.Razor": "1.0.0-*",
4+
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
5+
"Microsoft.AspNetCore.Razor": "1.0.0",
66
"Microsoft.AspNetCore.Razor.Test.Sources": {
7-
"version": "1.0.0-*",
7+
"version": "1.0.0-rtm-21431",
88
"type": "build"
99
},
10-
"Microsoft.AspNetCore.Testing": "1.0.0-*",
10+
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
1111
"Newtonsoft.Json": "9.0.1",
1212
"xunit": "2.1.0"
1313
},
@@ -20,12 +20,12 @@
2020
],
2121
"dependencies": {
2222
"Microsoft.NETCore.App": {
23-
"version": "1.0.0-*",
23+
"version": "1.0.0",
2424
"type": "platform"
2525
},
2626
"moq.netcore": "4.4.0-beta8",
27-
"System.Diagnostics.Process": "4.1.0-*",
28-
"System.Diagnostics.TraceSource": "4.0.0-*"
27+
"System.Diagnostics.Process": "4.1.0",
28+
"System.Diagnostics.TraceSource": "4.0.0"
2929
}
3030
},
3131
"net451": {

0 commit comments

Comments
 (0)