Skip to content

Commit

Permalink
C#/Npgsql: Update from .NET Framework 4.6 to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 5, 2023
1 parent 9d583f0 commit 4b4230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion by-language/csharp-npgsql/demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net461;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net48;net5.0;net6.0;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateProgramFile>false</GenerateProgramFile>
Expand Down

0 comments on commit 4b4230c

Please sign in to comment.