Эх сурвалжийг харах

Removed conflicting C# version line

Somehow we ended up with two conflicting versions listed for C#, so this
commit removes the incorrect one (the correct one is 3.13.0-rc3).
Adam Cozzette 5 жил өмнө
parent
commit
14982862f5

+ 0 - 1
csharp/src/Google.Protobuf/Google.Protobuf.csproj

@@ -5,7 +5,6 @@
     <Copyright>Copyright 2015, Google Inc.</Copyright>
     <Copyright>Copyright 2015, Google Inc.</Copyright>
     <AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
     <AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
     <VersionPrefix>3.13.0-rc3</VersionPrefix>
     <VersionPrefix>3.13.0-rc3</VersionPrefix>
-    <VersionPrefix>3.12.3</VersionPrefix>
     <!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence -->
     <!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence -->
     <LangVersion>7.2</LangVersion>
     <LangVersion>7.2</LangVersion>
     <Authors>Google Inc.</Authors>
     <Authors>Google Inc.</Authors>