aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-09-12 22:46:52 +0200
committerGravatar GitHub <noreply@github.com>2017-09-12 22:46:52 +0200
commit06aa8dc9e730cc39c67d0ff9c0c95e645ccf03c9 (patch)
tree8e4ea8c7ea22d8e926782b585e851586927acd2c
parented0a07eadde7b6705e382a0f336c335343c804a4 (diff)
parent5de05654aa1c67c2cea01ae39a1d2f3ce3fceecd (diff)
Merge pull request #3621 from jtattermusch/upport_3596
Google.Protobuf should target net45 (upport to upstream/master)
-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>