Skip to content

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 b8a901c commit 221f0c5
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 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
12 changes: 6 additions & 6 deletions src/Microsoft.Extensions.CommandLineUtils/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"define": [
"TRACE"
Expand All @@ -15,11 +15,11 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Console": "4.0.0-*",
"System.IO": "4.1.0-*",
"System.Linq": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*"
"System.Collections": "4.0.11-rc2-24027",
"System.Console": "4.0.0-rc2-24027",
"System.IO": "4.1.0-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0-*",
"shared": "*.cs",
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702"
},
"frameworks": {
"net451": {},
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.Extensions.ObjectPool/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "A simple object pool implementation.",
"packOptions": {
"repository": {
Expand All @@ -20,10 +20,10 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.11-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Threading": "4.0.11-*"
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.Extensions.Primitives/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET 5 primitives.",
"packOptions": {
"repository": {
Expand All @@ -24,21 +24,21 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.Runtime": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*"
"System.Runtime": "4.1.0-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027"
}
},
"netcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"System.Runtime": "4.0.20",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.1.0-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Threading": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Claims": "4.0.1-*"
"System.Security.Claims": "4.0.1-rc2-24027"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.Extensions.CommandLineUtils.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"buildOptions": {
Expand All @@ -17,10 +17,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
},
"net451": {
Expand Down
10 changes: 5 additions & 5 deletions test/Microsoft.Extensions.Internal.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
Expand Down Expand Up @@ -38,7 +38,7 @@
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand All @@ -50,11 +50,11 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"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",
"moq.netcore": "4.4.0-beta8"
}
},
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.Extensions.ObjectPool.Test/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.ObjectPool": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.ObjectPool": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"buildOptions": {
Expand All @@ -17,10 +17,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
},
"net451": {
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.Extensions.Primitives.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Primitives": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"buildOptions": {
Expand All @@ -17,10 +17,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
},
"net451": {
Expand Down

0 comments on commit 221f0c5

Please sign in to comment.