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

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf.Conformance/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 "Google.Protobuf.Test": { "target": "project" }
9 },
10 "frameworks": {
11 "netcoreapp1.0": {
12 "imports": [ "dnxcore50", "netcoreapp1.0", "portable-net45+win8" ],
13 "dependencies": {
14 "Microsoft.NETCore.App": {
15 "type": "platform",
16 "version": "1.0.0"
17 }
18 }
19 }
20 }
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698