stop for now

This commit is contained in:
Tommy Parnell
2015-10-24 21:18:52 -04:00
parent 94c4e6bea9
commit e3e1d85285
3 changed files with 15 additions and 20 deletions

View File

@@ -19,3 +19,6 @@ before_build:
artifacts: artifacts:
- path: artifacts\bin\LinqRb\Release\*.nupkg - path: artifacts\bin\LinqRb\Release\*.nupkg
test_script:
- dnx -p src\LinqRb.UnitTests\project.json

View File

@@ -14,25 +14,14 @@
"test": "xunit.runner.dnx" "test": "xunit.runner.dnx"
}, },
"frameworks": { "frameworks": {
"dnx50": { "dnx451": { },
"dnxcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-beta-*", "Microsoft.CSharp": "4.0.1-beta-23409",
"System.Collections.Concurrent": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-23409",
"System.ComponentModel": "4.0.1-beta-*", "System.Linq": "4.0.1-beta-23409",
"System.Diagnostics.Contracts": "4.0.1-beta-*", "System.Runtime": "4.0.21-beta-23409",
"System.Diagnostics.Debug": "4.0.11-beta-*", "System.Threading": "4.0.11-beta-23409"
"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-*"
} }
} }
} }

View File

@@ -14,7 +14,10 @@
"dnx40": { }, "dnx40": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "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": { "dotnet": {