We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3309a43 commit 4c0a97dCopy full SHA for 4c0a97d
ZGuideExamples/project.json
@@ -0,0 +1,13 @@
1
+{
2
+ "version": "1.0.0.*",
3
+ "description": "ZeroMQ/clrzmq4/ZGuideExamples",
4
+
5
+ "dependencies": { },
6
+ "runtimes": {
7
+ "win": { }
8
+ },
9
+ "frameworks": {
10
+ ".NETFramework,Version=v4.0": {},
11
+ "netstandard2.0": {}
12
+ }
13
+}
project.json
+ "version": "4.1.0.*",
+ "description": "ZeroMQ/clrzmq4 library",
0 commit comments