aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-05 17:59:03 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-05 17:59:03 +0200
commit50a64759ddac6c63bff9a76a4ae9935092e8924d (patch)
tree817ec4f768f008b6016d4b787f378bbb09eff814
parent2807436cd828a526c5c38dd235c0d0d9cdc67b1f (diff)
Google.Protobuf should target net45
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index 1d21fdc5..4e63646b 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -6,7 +6,7 @@
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
<VersionPrefix>3.4.0</VersionPrefix>
<Authors>Google Inc.</Authors>
- <TargetFrameworks>netstandard1.0;net451</TargetFrameworks>
+ <TargetFrameworks>netstandard1.0;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>