aspnetcore/src/Microsoft.AspNet.Security.D.../project.json

28 lines
766 B
JSON

{
"version": "1.0.0-*",
"configurations": {
"net45": {
"dependencies": {
"System.Security": ""
}
},
"k10": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Security.Cryptography": "4.0.0.0",
"System.Text.Encoding.Extensions": "4.0.10.0"
}
}
},
"compilationOptions": {
"allowUnsafe": true
}
}