Browse Source

Added Opus.Net project.json

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
71e609ebc5
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      src/Opus.Net/project.json

+ 20
- 0
src/Opus.Net/project.json View File

@@ -0,0 +1,20 @@
{
"version": "0.1.0-*",
"description": "Opus.Net",
"authors": [ "John Carruthers" ],
"tags": [ "opus" ],
"projectUrl": "https://github.com/JohnACarruthers/Opus.NET",
"licenseUrl": "https://github.com/JohnACarruthers/Opus.NET/blob/master/license.txt",

"compilationOptions": {
"allowUnsafe": true
},

"dependencies": {
},

"frameworks": {
"dnx451": { },
"net45": { }
}
}

Loading…
Cancel
Save