We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TargetFramework
net8.0
1 parent 15aa3e6 commit c393febCopy full SHA for c393feb
by-language/csharp-npgsql/demo.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
+ <TargetFramework>net8.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<IsPackable>false</IsPackable>
8
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
0 commit comments