Added Opus.Net project.json
This commit is contained in:
20
src/Opus.Net/project.json
Normal file
20
src/Opus.Net/project.json
Normal 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": { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user