Skip to content

Commit

Permalink
Adding ZeroMQ/clrzmq4 and ZGuideExamples/project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
metadings committed Mar 10, 2019
1 parent 4c0a97d commit 7233799
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ obj/*

packages/*

*.user
*.lock*
*.cache*
*.old*
*.user*
*.userprefs
*.suo
*.old*
*.nupkg

amd64/*
Expand Down
5 changes: 2 additions & 3 deletions ZGuideExamples/project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"version": "1.0.0.*",
"version": "1.0.0-*",
"description": "ZeroMQ/clrzmq4/ZGuideExamples",

"dependencies": { },
"runtimes": {
"win": { }
},
"frameworks": {
".NETFramework,Version=v4.0": {},
"netstandard2.0": {}
".NETFramework,Version=v4.0": {}
}
}
5 changes: 2 additions & 3 deletions project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"version": "4.1.0.*",
"version": "4.1.0-*",
"description": "ZeroMQ/clrzmq4 library",

"dependencies": { },
"runtimes": {
"win": { }
},
"frameworks": {
".NETFramework,Version=v4.0": {},
"netstandard2.0": {}
".NETFramework,Version=v4.0": {}
}
}

0 comments on commit 7233799

Please sign in to comment.