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

use netcoreapp1.0 for executable projects

parent 660333a8
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 10 deletions
...@@ -12,11 +12,12 @@ ...@@ -12,11 +12,12 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -9,11 +9,12 @@ ...@@ -9,11 +9,12 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -9,11 +9,12 @@ ...@@ -9,11 +9,12 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -11,11 +11,12 @@ ...@@ -11,11 +11,12 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -11,11 +11,12 @@ ...@@ -11,11 +11,12 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -9,12 +9,13 @@ ...@@ -9,12 +9,13 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45", "portable-net45",
"net45" "net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -9,12 +9,13 @@ ...@@ -9,12 +9,13 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45", "portable-net45",
"net45" "net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -9,12 +9,13 @@ ...@@ -9,12 +9,13 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45", "portable-net45",
"net45" "net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -9,12 +9,13 @@ ...@@ -9,12 +9,13 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45", "portable-net45",
"net45" "net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
} }
} }
......
...@@ -24,12 +24,13 @@ ...@@ -24,12 +24,13 @@
"System.IO": "" "System.IO": ""
} }
}, },
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net45", "portable-net45",
"net45" "net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"System.Linq.Expressions": "4.1.0" "System.Linq.Expressions": "4.1.0"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment