We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454fc68 commit 5986eb2Copy full SHA for 5986eb2
templates/new/client/csproj.tmpl
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
6
<RootNamespace>{{.ProjectName}}</RootNamespace>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
0 commit comments