Skip to content

Commit 5986eb2

Browse files
committed
Update csproj template to use net7.0 target framework
1 parent 454fc68 commit 5986eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/new/client/csproj.tmpl

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>net7.0</TargetFramework>
66
<RootNamespace>{{.ProjectName}}</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)