Skip to content

Commit 9f8b2f8

Browse files
authored
Adding ZeroMQ/clrzmq4 and ZGuideExamples/project.json
2 parents a86fe24 + 4c0a97d commit 9f8b2f8

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

ZGuideExamples/project.json

+13
Original file line numberDiff line numberDiff line change
@@ -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

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "4.1.0.*",
3+
"description": "ZeroMQ/clrzmq4 library",
4+
5+
"dependencies": { },
6+
"runtimes": {
7+
"win": { }
8+
},
9+
"frameworks": {
10+
".NETFramework,Version=v4.0": {},
11+
"netstandard2.0": {}
12+
}
13+
}

0 commit comments

Comments
 (0)