Skip to content

Commit

Permalink
Merge pull request #11077 from jskeet/no-eol-check-csharp
Browse files Browse the repository at this point in the history
Pre-emptively suppress target framework EOL warnings
  • Loading branch information
fowles authored Nov 29, 2022
2 parents 670b4f7 + e2ea242 commit 7c308c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions csharp/src/Google.Protobuf/Google.Protobuf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<LangVersion>10.0</LangVersion>
<Authors>Google Inc.</Authors>
<TargetFrameworks>netstandard1.1;netstandard2.0;net45;net50</TargetFrameworks>
<!--
- We're aware we target older frameworks, for compatibility.
- Framework choice is reviewed periodically (and definitely on
- major version changes).
-->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 7c308c7

Please sign in to comment.