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

Side by Side Diff: third_party/protobuf/csharp/src/AddressBook/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 "additionalArguments": [ "/main:Google.Protobuf.Examples.AddressBook.Program " ]
6 },
7 "dependencies": {
8 "Google.Protobuf": { "target": "project" }
9 },
10 "frameworks": {
11 "netcoreapp1.0": {
12 "dependencies": {
13 "Microsoft.NETCore.App": {
14 "type": "platform",
15 "version": "1.0.0"
16 }
17 }
18 }
19 }
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698