Skip to content

Commit f2d6407

Browse files
committed
.net框架不依赖net标准库。
1 parent a21be4a commit f2d6407

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Rabbit.Zookeeper/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
},
1919

2020
"dependencies": {
21-
"NETStandard.Library": "1.6.0",
2221
"ZooKeeperNetEx": "3.4.9.2"
2322
},
2423
"frameworks": {
2524
"netstandard1.6": {
26-
"imports": "dnxcore50"
25+
"imports": "dnxcore50",
26+
"dependencies": {
27+
"NETStandard.Library": "1.6.0"
28+
}
2729
},
2830
"net40": {
2931
"buildOptions": {

0 commit comments

Comments
 (0)