Added Opus.Net project.json

This commit is contained in:
Brandon Smith
2015-08-24 03:03:09 -03:00
parent 32565efa5c
commit 71e609ebc5

20
src/Opus.Net/project.json Normal file
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": { }
}
}