Skip to content

Commit 6595efe

Browse files
author
Jason Zhai
committed
Fix failing template test due to .NET version update
1 parent 4b595f0 commit 6595efe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.TemplateCommand_GetAllSuggestions.verified.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Default: false
3232
Detail:
3333
The target framework for the project.
3434
Type: choice
35-
net9.0 Target net9.0
36-
Default: net9.0
35+
net10.0 Target net10.0
36+
Default: net10.0
3737

3838
},
3939
{
@@ -125,8 +125,8 @@ Default: false
125125
Detail:
126126
The target framework for the project.
127127
Type: choice
128-
net9.0 Target net9.0
129-
Default: net9.0
128+
net10.0 Target net10.0
129+
Default: net10.0
130130

131131
},
132132
{

0 commit comments

Comments
 (0)