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

Commit

Permalink
Updating json files to pin versions and build files to pin KoreBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed May 17, 2016
1 parent 7424088 commit 1507064
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder

$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder

koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP
fi
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.AspNetCore.Razor.Runtime/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -24,8 +24,8 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Razor": "1.0.0-rc2-final",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
"version": "1.0.0-*"
Expand Down Expand Up @@ -54,12 +54,12 @@
},
"netstandard1.5": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.Reflection": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Reflection.TypeExtensions": "4.1.0-*",
"System.Text.RegularExpressions": "4.0.12-*",
"System.Xml.XDocument": "4.0.11-*"
"System.Collections.Concurrent": "4.0.12-rc2-24027",
"System.Reflection": "4.1.0-rc2-24027",
"System.Reflection.Extensions": "4.0.1-rc2-24027",
"System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
"System.Text.RegularExpressions": "4.0.12-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.AspNetCore.Razor/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand Down Expand Up @@ -30,14 +30,14 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.11-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Linq": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.1.0-*",
"System.Threading": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*"
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.IO.FileSystem": "4.0.1-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Thread": "4.0.0-rc2-24027"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand All @@ -25,12 +25,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
},
"net451": {
Expand Down
10 changes: 5 additions & 5 deletions test/Microsoft.AspNetCore.Razor.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": "1.0.0",
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Razor": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.AspNetCore.Razor": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "1.0.0-*",
"type": "build"
Expand All @@ -21,12 +21,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
},
"net451": {
Expand Down

0 comments on commit 1507064

Please sign in to comment.