Merge branch 'master' of github.com:tparnell8/LinqRb

This commit is contained in:
Tommy Parnell
2015-10-31 02:10:27 -04:00
2 changed files with 22 additions and 23 deletions

View File

@@ -14,15 +14,14 @@
"test": "xunit.runner.dnx"
},
"frameworks": {
"dnx451": { },
"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"
}
},
"dnx50": {
},
"dnx451": {
}
}
}

View File

@@ -1,17 +1,13 @@
{
"version": "1.0.1-*",
"version": "1.1.0",
"description": "Add additional Linq extensions familiar to ruby ppl",
"authors": [ "Tommy Parnell" ],
"tags": [ "Linq" ],
"projectUrl": "https://github.com/tparnell8/LinqRb",
"licenseUrl": "",
"frameworks": {
"dnx451": { },
"dnx452": { },
"dnx45": { },
"dnx46": { },
"dnx40": { },
"dnx50": {
},
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
@@ -20,13 +16,17 @@
"System.Threading": "4.0.11-beta-*"
}
},
"dotnet": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*"
}
"dnx40": {
},
"net40": {
},
"net45": {
},
"net451": {
},
"net452": {
},
"net46": {
}
}
}