From 3f021cfd30de6ebe9ad55dc4275dc344735865bf Mon Sep 17 00:00:00 2001 From: Jeavon Date: Mon, 23 Nov 2015 11:57:35 +0000 Subject: [PATCH] Upgrade to RC1-final Former-commit-id: 5600662de2cb58db6be8f676bf9e836cdb3b8a0d Former-commit-id: cc015e12787c39a39f002597e037e0eb8c3bd558 Former-commit-id: 237a627b9c12afe2d7eaa73d8851d0b75c33ac9b --- appveyor.yml | 8 ++++---- global.json | 2 +- src/ImageProcessor/project.json | 24 +++++++++++------------ tests/ImageProcessor.Tests/project.json | 26 +++++++++++-------------- 4 files changed, 28 insertions(+), 32 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9786825ff..9fab0efdb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,11 @@ install: before_build: - cmd: >- - dnvm install 1.0.0-beta8 -r clr + dnvm install 1.0.0-rc1-final -r clr - dnvm install 1.0.0-beta8 -r coreclr -arch x64 -a x64 + dnvm install 1.0.0-rc1-final -r coreclr -arch x64 -a x64 - dnvm use 1.0.0-beta8 -r coreclr -a x64 + dnvm use 1.0.0-rc1-final -r coreclr -a x64 dnvm list @@ -33,7 +33,7 @@ build: test_script: - cmd: >- - dnvm use 1.0.0-beta8 -r coreclr -a x64 + dnvm use 1.0.0-rc1-final -r coreclr -a x64 cd tests/ImageProcessor.Tests diff --git a/global.json b/global.json index c2444082a..44d5d900f 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "projects": [ "src" ], "sdk": { - "version": "1.0.0-beta8", + "version": "1.0.0-rc1-final", "runtime": "coreclr", "architecture": "x86" } diff --git a/src/ImageProcessor/project.json b/src/ImageProcessor/project.json index dc11613af..eb027b73a 100644 --- a/src/ImageProcessor/project.json +++ b/src/ImageProcessor/project.json @@ -10,20 +10,20 @@ "projectUrl": "", "licenseUrl": "", "dependencies": { - "System.Collections": "4.0.10", - "System.Linq": "4.0.0", - "System.Threading": "4.0.10", - "System.Runtime": "4.0.20", - "Microsoft.CSharp": "4.0.0", - "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "System.Runtime.Extensions": "4.0.10", - "System.Reflection": "4.0.10", - "System.IO": "4.0.10", + "System.Collections": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "Microsoft.CSharp": "4.0.1-beta-23516", + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23516", + "System.IO": "4.0.11-beta-23516", "StyleCop.Analyzers": "1.0.0-beta016", - "Microsoft.NETCore": "5.0.1-beta-23409", - "Microsoft.NETCore.Platforms": "1.0.1-beta-23409" + "Microsoft.NETCore": "5.0.1-beta-23516", + "Microsoft.NETCore.Platforms": "1.0.1-beta-23516" }, "frameworks": { - "dotnet": {} + "dotnet5.4": { } } } \ No newline at end of file diff --git a/tests/ImageProcessor.Tests/project.json b/tests/ImageProcessor.Tests/project.json index 9cd13cc41..9a0f631f6 100644 --- a/tests/ImageProcessor.Tests/project.json +++ b/tests/ImageProcessor.Tests/project.json @@ -5,23 +5,19 @@ "tags": [ "" ], "projectUrl": "", "licenseUrl": "", - "frameworks": { - "dnxcore50": { - "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23409", - "System.Collections": "4.0.11-beta-23409", - "System.Linq": "4.0.1-beta-23409", - "System.Runtime": "4.0.21-beta-23409", - "System.Threading": "4.0.11-beta-23409" - } - } - }, "dependencies": { "ImageProcessor": "3.0.0-*", - "Microsoft.NETCore": "5.0.1-beta-23409", - "Microsoft.NETCore.Platforms": "1.0.1-beta-23409", - "xunit": "2.1.0-*", - "xunit.runner.dnx": "2.1.0-beta6-build191" + "Microsoft.CSharp": "4.0.1-beta-23516", + "Microsoft.NETCore": "5.0.1-beta-23516", + "Microsoft.NETCore.Platforms": "1.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "xunit": "2.1.0", + "xunit.runner.dnx": "2.1.0-rc1-build204" + }, + "frameworks": { + "dnxcore50": { } }, "commands": { "test": "xunit.runner.dnx"