Skip to content

Commit 3dc5207

Browse files
committed
Fixed Project Files
1 parent f268379 commit 3dc5207

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/HotChocolate/Fusion/src/CommandLine/HotChocolate.Fusion.CommandLine.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<Nullable>enable</Nullable>
87
<PackAsTool>true</PackAsTool>

templates/Server/content/HotChocolate.Server.Template.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)