From ce97e686826147e2a071fd2321555f7d40ec5d93 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 29 Apr 2015 15:27:14 +0100 Subject: Convert both the full and lite runtimes (and json/xml serialization assemblies) to be Portable Class Libraries. All referring projects are now .NET 4 client rather than .NET 3.5. This commit also fixes up the ProtoBench app, which I'd neglected in previous commits. (Disentangling the two sets of changes would be time-consuming.) --- csharp/src/ProtoBench/app.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 csharp/src/ProtoBench/app.config (limited to 'csharp/src/ProtoBench/app.config') diff --git a/csharp/src/ProtoBench/app.config b/csharp/src/ProtoBench/app.config new file mode 100644 index 00000000..e2a5a187 --- /dev/null +++ b/csharp/src/ProtoBench/app.config @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3