aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/AddressBook/app.config
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-23 15:31:34 +0100
committerJon Skeet <jonskeet@google.com>2015-07-27 07:47:50 +0100
commit0dbd5ec80d33ea2a37f5362a24fd72b2c5f51aaa (patch)
tree87757b73246b762cede87e54620ef78b791f2881 /csharp/src/AddressBook/app.config
parentedff88886b03055f8dff0c0dad61d9450b59a23e (diff)
downloadprotobuf-0dbd5ec80d33ea2a37f5362a24fd72b2c5f51aaa.tar.gz
protobuf-0dbd5ec80d33ea2a37f5362a24fd72b2c5f51aaa.tar.bz2
protobuf-0dbd5ec80d33ea2a37f5362a24fd72b2c5f51aaa.zip
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.
Diffstat (limited to 'csharp/src/AddressBook/app.config')
-rw-r--r--csharp/src/AddressBook/app.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/AddressBook/app.config b/csharp/src/AddressBook/app.config
index 19fac17a..a80813af 100644
--- a/csharp/src/AddressBook/app.config
+++ b/csharp/src/AddressBook/app.config
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<configuration>
- <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
+ <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>