Skip to content

Commit

Permalink
Merge pull request #3213 from macrobond/issue3212
Browse files Browse the repository at this point in the history
Added .NET Framework 4.6.2 target csharp runtime
  • Loading branch information
ericvergnaud authored Sep 29, 2021
2 parents 886d244 + a5e2c86 commit e3e18de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ YYYY/MM/DD, github id, Full name, email
2021/05/04, joakker, Joaquín León, joaquinandresleon108@gmail.com
2021/05/06, renancaraujo, Renan C. Araújo, renancaraujo@users.noreply.github.com
2021/05/06, canastro, Ricardo Canastro, ricardocanastro@users.noreply.github.com
2021/07/01, appel1, Johan Appelgren, johan.appelgren@gmail.com
2021/07/01, marcauberer, Marc Auberer, marc.auberer@chillibits.com
2021/07/14, renzhentaxibaerde, Renzhentaxi Baerde, renzhentaxibaerde@gmail.com
2021/07/29, ksyx, Qixing Xue, qixingxue@outlook.com
Expand Down
2 changes: 1 addition & 1 deletion runtime/CSharp/src/Antlr4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Company>The ANTLR Organization</Company>
<Version>4.9.2</Version>
<NeutralLanguage>en-US</NeutralLanguage>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591;CS1574;CS1580</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Antlr4.Runtime.Standard</AssemblyName>
Expand Down

0 comments on commit e3e18de

Please sign in to comment.