Skip to content

Commit cab9bfc

Browse files
committed
bump to 8
1 parent 5361656 commit cab9bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dotnet-gqlgen-console/dotnet-gqlgen-console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>dotnet_gqlgen</RootNamespace>
77
<PreserveCompilationContext>true</PreserveCompilationContext>
88
</PropertyGroup>

src/tests/DotNetGraphQLQueryGen.Tests/DotNetGraphQLQueryGen.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Tests for dotnet-gqlgen</Description>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)