Skip to content

Commit

Permalink
Npgsql: Use the latest target framework available
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 19, 2024
1 parent 8a1d88f commit 50d0c6d
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>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net$(NETCoreAppMaximumVersion)</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<LangVersion>preview</LangVersion>
Expand Down

0 comments on commit 50d0c6d

Please sign in to comment.