We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5361656 commit cab9bfcCopy full SHA for cab9bfc
src/dotnet-gqlgen-console/dotnet-gqlgen-console.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<RootNamespace>dotnet_gqlgen</RootNamespace>
7
<PreserveCompilationContext>true</PreserveCompilationContext>
8
</PropertyGroup>
src/tests/DotNetGraphQLQueryGen.Tests/DotNetGraphQLQueryGen.Tests.csproj
<Description>Tests for dotnet-gqlgen</Description>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsPackable>false</IsPackable>
0 commit comments