зеркало из https://github.com/akkadotnet/Hyperion.git
35 строки
796 B
JSON
35 строки
796 B
JSON
{
|
|
"version": "0.7.1-*",
|
|
"description": "Wire, fast binary POCO serializer",
|
|
"authors": [
|
|
"Roger Johansson"
|
|
],
|
|
"packOptions": {
|
|
"tags": [
|
|
"serialization",
|
|
"akka.net",
|
|
"poco"
|
|
],
|
|
"projectUrl": "https://github.com/akkadotnet/Wire",
|
|
"licenseUrl": "https://github.com/akkadotnet/Wire/blob/master/LICENSE",
|
|
"iconUrl": "https://raw.githubusercontent.com/hmemcpy/NServiceBus.Wire/master/icon.png"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"Microsoft.CSharp": "4.0.1"
|
|
}
|
|
},
|
|
"net450": {
|
|
"imports": "dotnet5.4",
|
|
"dependencies": {}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe":true
|
|
}
|
|
} |