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

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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 "buildOptions": {
3 "debugType": "portable",
4 "emitEntryPoint": true
5 },
6 "dependencies": {
7 "Google.Protobuf": { "target": "project" }
8 },
9 "frameworks": {
10 "netcoreapp1.0": {
11 "dependencies": {
12 "Microsoft.NETCore.App": {
13 "type": "platform",
14 "version": "1.0.0"
15 }
16 }
17 }
18 }
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698