Pārlūkot izejas kodu

Google.Protobuf should target net45

Jan Tattermusch 8 gadi atpakaļ
vecāks
revīzija
50a64759dd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

+ 1 - 1
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>