From 0dbd5ec80d33ea2a37f5362a24fd72b2c5f51aaa Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 23 Jul 2015 15:31:34 +0100 Subject: First attempt at using profile 259 for Google.Protobuf. This requires .NET 4.5, and there are a few compatibility changes required around reflection. Creating a PR from this to see how our CI systems handle it. Will want to add more documentation, validation and probably tests before merging. This is in aid of issue #590. --- .../src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj') diff --git a/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj b/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj index c3c9d277..a040cda5 100644 --- a/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj +++ b/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj @@ -1,4 +1,4 @@ - + CLIENTPROFILE @@ -12,9 +12,10 @@ Properties Google.Protobuf.JsonDump Google.Protobuf.JsonDump - v4.0 + v4.5 512 - Client + + true @@ -27,6 +28,7 @@ 4 true Off + false pdbonly @@ -38,6 +40,7 @@ 4 true Off + false -- cgit v1.2.3