Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf/project.json

Issue 2590803003: Revert "third_party/protobuf: Update to HEAD (83d681ee2c)" (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "version": "3.1.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 intercha nge format.",
10 "tags": [ "Protocol", "Buffers", "Binary", "Serialization", "Format", "Googl e", "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 }
OLDNEW
« no previous file with comments | « third_party/protobuf/csharp/src/Google.Protobuf/packages.config ('k') | third_party/protobuf/docs/swift/DesignDoc.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698