From e3e1d8528504fa76fc76e8fb64f13d29d6907826 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 24 Oct 2015 21:18:52 -0400 Subject: [PATCH] stop for now --- appveyor.yml | 5 ++++- src/LinqRb.UnitTests/project.json | 25 +++++++------------------ src/LinqRb/project.json | 5 ++++- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 905c4e4..f8b8bd9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,4 +18,7 @@ before_build: - cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% artifacts: - - path: artifacts\bin\LinqRb\Release\*.nupkg \ No newline at end of file + - path: artifacts\bin\LinqRb\Release\*.nupkg + +test_script: + - dnx -p src\LinqRb.UnitTests\project.json \ No newline at end of file diff --git a/src/LinqRb.UnitTests/project.json b/src/LinqRb.UnitTests/project.json index 857424c..275047c 100644 --- a/src/LinqRb.UnitTests/project.json +++ b/src/LinqRb.UnitTests/project.json @@ -14,25 +14,14 @@ "test": "xunit.runner.dnx" }, "frameworks": { - "dnx50": { + "dnx451": { }, + "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Collections.Concurrent": "4.0.11-beta-*", - "System.ComponentModel": "4.0.1-beta-*", - "System.Diagnostics.Contracts": "4.0.1-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Linq.Expressions": "4.0.11-beta-*", - "System.Reflection": "4.1.0-beta-*", - "System.Reflection.Extensions": "4.0.1-beta-*", - "System.Reflection.Primitives": "4.0.1-beta-*", - "System.Reflection.TypeExtensions": "4.0.1-beta-*", - "System.Resources.ResourceManager": "4.0.1-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" + "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" } } } diff --git a/src/LinqRb/project.json b/src/LinqRb/project.json index af8ff54..83c192b 100644 --- a/src/LinqRb/project.json +++ b/src/LinqRb/project.json @@ -14,7 +14,10 @@ "dnx40": { }, "dnxcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23409" + "System.Collections": "4.0.11-beta-*", + "System.Linq": "4.0.1-beta-*", + "System.Runtime": "4.0.21-beta-*", + "System.Threading": "4.0.11-beta-*" } }, "dotnet": {