1{ 2 "version": "3.0.0", 3 "title": "Google Protocol Buffers", 4 "description": "See project site for more info.", 5 "authors": [ "Google Inc." ], 6 "copyright": "Copyright 2015, Google Inc.", 7 8 "packOptions": { 9 "summary": "C# runtime library for Protocol Buffers - Google's data interchange format.", 10 "tags": [ "Protocol", "Buffers", "Binary", "Serialization", "Format", "Google", "proto", "proto3" ], 11 "owners": [ "protobuf-packages" ], 12 "licenseUrl": "https://github.com/google/protobuf/blob/master/LICENSE", 13 "projectUrl": "https://github.com/google/protobuf", 14 "releaseNotes": "C# proto3 support", 15 "requireLicenseAcceptance": false, 16 "repository": { 17 "url": "https://github.com/nodatime/nodatime.git" 18 } 19 }, 20 21 "buildOptions": { 22 "debugType": "portable", 23 "keyFile": "../../keys/Google.Protobuf.snk", 24 "xmlDoc": true 25 }, 26 27 "configurations": { 28 "Debug": { 29 "buildOptions": { 30 "define": [ "DEBUG", "TRACE" ] 31 } 32 }, 33 "Release": { 34 "buildOptions": { 35 "define": [ "RELEASE", "TRACE" ], 36 "optimize": true 37 } 38 } 39 }, 40 41 "frameworks": { 42 // This target allows the package to be installed in a .NET 4.5+ 43 // project without asking for myriad other dependencies. 44 "net45": { 45 }, 46 "netstandard1.0": { 47 "dependencies": { 48 "System.Collections": "4.0.11", 49 "System.Diagnostics.Debug": "4.0.11", 50 "System.Globalization": "4.0.11", 51 "System.IO": "4.1.0", 52 "System.Linq": "4.1.0", 53 "System.Linq.Expressions": "4.1.0", 54 "System.ObjectModel": "4.0.12", 55 "System.Reflection": "4.1.0", 56 "System.Reflection.Extensions": "4.0.1", 57 "System.Runtime": "4.1.0", 58 "System.Runtime.Extensions": "4.1.0", 59 "System.Text.Encoding": "4.0.11", 60 "System.Text.RegularExpressions": "4.1.0", 61 "System.Threading": "4.0.11" 62 } 63 } 64 } 65} 66