Skip to content

Commit

Permalink
Merge pull request #584 from somdoron/master
Browse files Browse the repository at this point in the history
add support for Xamarin ios and android
  • Loading branch information
c-rack authored Jul 16, 2016
2 parents dd31163 + 6035a07 commit ab222ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/NetMQ/NetMQ.nuget.targets

This file was deleted.

18 changes: 17 additions & 1 deletion src/NetMQ/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"keyFile": "./NetMQ.snk"
},
"dependencies": {
"AsyncIO": "0.1.21",
"AsyncIO": "0.1.22",
"JetBrains.Annotations": {
"version": "10.1.5",
"type": "build"
Expand Down Expand Up @@ -55,6 +55,22 @@
"frameworkAssemblies": {
"System.ServiceModel": "4.0.0.0"
}
},
"MonoAndroid,Version=v6.0": {
"frameworkAssemblies": {
"mscorlib": {},
"System": {},
"System.Core": {},
"System.ServiceModel": {}
}
},
"Xamarin.iOS,Version=v1.0": {
"frameworkAssemblies": {
"mscorlib": {},
"System": {},
"System.Core": {},
"System.ServiceModel": {}
}
}
},
"supports": {}
Expand Down

0 comments on commit ab222ce

Please sign in to comment.