Skip to content
This repository has been archived by the owner on Nov 2, 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 dadc3d4 commit 6468565
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 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
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": "Abstractions for dependency injection.\r\nCommonly used types:\r\nMicrosoft.Extensions.DependencyInjection.IServiceCollection\r\nMicrosoft.Extensions.DependencyInjection.ServiceCollectionExtensions",
"packOptions": {
"repository": {
Expand Down Expand Up @@ -28,31 +28,31 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.ComponentModel": "4.0.1-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Linq": "4.1.0-*",
"System.Linq.Expressions": "4.0.11-*",
"System.Reflection": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*"
"System.ComponentModel": "4.0.1-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Globalization": "4.0.11-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Reflection": "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.ComponentModel": "4.0.0",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.10",
"System.Linq": "4.0.0",
"System.Linq.Expressions": "4.0.10",
"System.Reflection": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.ComponentModel": "4.0.1-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Globalization": "4.0.11-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Reflection": "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
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.",
"packOptions": {
"tags": [
Expand All @@ -8,7 +8,7 @@
]
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final",
"xunit.assert": "2.1.0",
"xunit.extensibility.core": "2.1.0"
},
Expand All @@ -26,7 +26,7 @@
"portable-net45+win8"
],
"dependencies": {
"System.Threading": "4.0.11-*"
"System.Threading": "4.0.11-rc2-24027"
}
}
}
Expand Down
26 changes: 13 additions & 13 deletions src/Microsoft.Extensions.DependencyInjection/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": "Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.",
"packOptions": {
"repository": {
Expand All @@ -20,29 +20,29 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*"
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.1": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.12-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Threading": "4.0.11-*",
"System.Threading.Tasks": "4.0.11-*"
"System.Collections": "4.0.11-rc2-24027",
"System.Collections.Concurrent": "4.0.12-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
}
},
"netcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"System.Collections": "4.0.10",
"System.Collections.Concurrent": "4.0.10",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10"
"System.Collections": "4.0.11-rc2-24027",
"System.Collections.Concurrent": "4.0.12-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions test/Microsoft.Extensions.DependencyInjection.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"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.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Specification.Tests": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final",
"Microsoft.Extensions.DependencyInjection.Specification.Tests": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -20,10 +20,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 6468565

Please sign in to comment.