fix targets

This commit is contained in:
Tommy Parnell
2015-10-25 14:55:20 -04:00
parent be4a27d391
commit aa9e0bb830
2 changed files with 23 additions and 11 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,19 +1,32 @@
{
"version": "1.0.1-beta1",
"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": {
"dotnet": {
"dnx50": {
},
"dnxcore50": {
"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": {
}
}
}