Skip to content
Snippets Groups Projects
Commit 67b6ef4d authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

cleanup of project.json files

parent ff6c2ad0
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 42 deletions
...@@ -28,13 +28,8 @@ ...@@ -28,13 +28,8 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1", "NETStandard.Library": "1.6.0"
"NETStandard.Library": "1.6.0",
"System.Threading.Tasks": "4.0.11"
} }
} }
} }
......
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"System.Threading.Thread": "4.0.0" "System.Threading.Thread": "4.0.0"
......
...@@ -56,9 +56,6 @@ ...@@ -56,9 +56,6 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
......
...@@ -56,9 +56,6 @@ ...@@ -56,9 +56,6 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
......
...@@ -21,9 +21,6 @@ ...@@ -21,9 +21,6 @@
} }
}, },
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
......
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
} }
}, },
"netstandard1.5": { "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
......
...@@ -30,13 +30,8 @@ ...@@ -30,13 +30,8 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1", "NETStandard.Library": "1.6.0"
"NETStandard.Library": "1.6.0",
"System.Threading.Tasks": "4.0.11"
} }
} }
} }
......
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"System.Threading.Thread": "4.0.0" "System.Threading.Thread": "4.0.0"
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
} }
}, },
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
......
...@@ -35,9 +35,6 @@ ...@@ -35,9 +35,6 @@
} }
}, },
"netstandard1.5": { "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment