aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2017-09-07 16:39:35 +0200
committerGitHub <noreply@github.com>2017-09-07 16:39:35 +0200
commit6a4ffb2f90ef7bbd3f20f2a1db4948630ad37dc8 (patch)
tree817ec4f768f008b6016d4b787f378bbb09eff814
parent2807436cd828a526c5c38dd235c0d0d9cdc67b1f (diff)
parent50a64759ddac6c63bff9a76a4ae9935092e8924d (diff)
downloadprotobuf-6a4ffb2f90ef7bbd3f20f2a1db4948630ad37dc8.tar.gz
protobuf-6a4ffb2f90ef7bbd3f20f2a1db4948630ad37dc8.tar.bz2
protobuf-6a4ffb2f90ef7bbd3f20f2a1db4948630ad37dc8.zip
Merge pull request #3596 from jtattermusch/csharp_target_net45
Google.Protobuf should target net45 (and not net451)
-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>