Skip to content

Commit

Permalink
Npgsql: Use the latest .NET target framework available
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 19, 2024
1 parent 8cda65d commit c08a533
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>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net$(NETCoreAppMaximumVersion)</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down

0 comments on commit c08a533

Please sign in to comment.