From 646856585ee5311ed967604a198b6ac52ab7786c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 17 May 2016 14:31:12 -0700 Subject: [PATCH] Updating json files to pin versions and build files to pin KoreBuild --- build.ps1 | 2 +- build.sh | 2 +- .../project.json | 34 +++++++++---------- .../project.json | 6 ++-- .../project.json | 26 +++++++------- .../project.json | 10 +++--- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/build.ps1 b/build.ps1 index cf8bff13..a88a0c98 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 diff --git a/build.sh b/build.sh index f88fe405..58e71e1e 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/src/Microsoft.Extensions.DependencyInjection.Abstractions/project.json b/src/Microsoft.Extensions.DependencyInjection.Abstractions/project.json index 9ba78b95..f238ae57 100644 --- a/src/Microsoft.Extensions.DependencyInjection.Abstractions/project.json +++ b/src/Microsoft.Extensions.DependencyInjection.Abstractions/project.json @@ -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": { @@ -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" } } } diff --git a/src/Microsoft.Extensions.DependencyInjection.Specification.Tests/project.json b/src/Microsoft.Extensions.DependencyInjection.Specification.Tests/project.json index 9bc1fcd5..302fc60d 100644 --- a/src/Microsoft.Extensions.DependencyInjection.Specification.Tests/project.json +++ b/src/Microsoft.Extensions.DependencyInjection.Specification.Tests/project.json @@ -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": [ @@ -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" }, @@ -26,7 +26,7 @@ "portable-net45+win8" ], "dependencies": { - "System.Threading": "4.0.11-*" + "System.Threading": "4.0.11-rc2-24027" } } } diff --git a/src/Microsoft.Extensions.DependencyInjection/project.json b/src/Microsoft.Extensions.DependencyInjection/project.json index 0fb6e2b4..73f7b269 100644 --- a/src/Microsoft.Extensions.DependencyInjection/project.json +++ b/src/Microsoft.Extensions.DependencyInjection/project.json @@ -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": { @@ -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" } } } diff --git a/test/Microsoft.Extensions.DependencyInjection.Tests/project.json b/test/Microsoft.Extensions.DependencyInjection.Tests/project.json index 2779835a..a351ba05 100644 --- a/test/Microsoft.Extensions.DependencyInjection.Tests/project.json +++ b/test/Microsoft.Extensions.DependencyInjection.Tests/project.json @@ -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": { @@ -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": {