Skip to content

Commit 3e50f11

Browse files
author
Arun Mahapatra
committed
Fix datacollectors projects to target netstandardapp1.0.
1 parent 7c5fd1a commit 3e50f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/datacollector.x86/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"netcoreapp1.0": {
2525
"imports": [
2626
"dnxcore50",
27-
"netstandardapp1.5",
27+
"netstandardapp1.0",
2828
"portable-net45+win8",
2929
"portable-net45+wp80+win8+wpa81+dnxcore50"
3030
],
@@ -38,4 +38,4 @@
3838
},
3939
"net46": {}
4040
}
41-
}
41+
}

src/datacollector/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"netcoreapp1.0": {
3030
"imports": [
3131
"dnxcore50",
32-
"netstandardapp1.5",
32+
"netstandardapp1.0",
3333
"portable-net45+win8",
3434
"portable-net45+wp80+win8+wpa81+dnxcore50"
3535
],

0 commit comments

Comments
 (0)