45 lines
883 B
JSON
45 lines
883 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
|
|
"description": "Microsoft.StandardsPolice Class Library",
|
|
|
|
"dependencies": {
|
|
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
|
|
},
|
|
|
|
"commands": {
|
|
"Microsoft.StandardsPolice": "Microsoft.StandardsPolice"
|
|
},
|
|
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Text.Encoding": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
},
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Text.Encoding": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Console": "4.0.0-beta-*"
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Console": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|