diff --git a/src/LinqRb.UnitTests/project.json b/src/LinqRb.UnitTests/project.json index 275047c..0f5bd05 100644 --- a/src/LinqRb.UnitTests/project.json +++ b/src/LinqRb.UnitTests/project.json @@ -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": { + } } } \ No newline at end of file diff --git a/src/LinqRb/project.json b/src/LinqRb/project.json index 83c192b..af124f9 100644 --- a/src/LinqRb/project.json +++ b/src/LinqRb/project.json @@ -1,18 +1,14 @@ { - "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": { }, - "dnxcore50": { + "dnx50": { + }, + "dnxcore50": { "dependencies": { "System.Collections": "4.0.11-beta-*", "System.Linq": "4.0.1-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": { } } } \ No newline at end of file