Skip to content

Commit

Permalink
.net框架不依赖net标准库。
Browse files Browse the repository at this point in the history
  • Loading branch information
majian159 committed Dec 20, 2016
1 parent a21be4a commit f2d6407
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Rabbit.Zookeeper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
},

"dependencies": {
"NETStandard.Library": "1.6.0",
"ZooKeeperNetEx": "3.4.9.2"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0"
}
},
"net40": {
"buildOptions": {
Expand Down

0 comments on commit f2d6407

Please sign in to comment.