Skip to content

Commit 60ae51c

Browse files
ViktorHoferdougbu
authored andcommitted
Update missing project templates tfms
1 parent 7a5a539 commit 60ae51c

File tree

15 files changed

+58
-58
lines changed

15 files changed

+58
-58
lines changed

src/ProjectTemplates/BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
"datatype": "choice",
8686
"choices": [
8787
{
88-
"choice": "netcoreapp5.0",
89-
"description": "Target netcoreapp5.0"
88+
"choice": "net5.0",
89+
"description": "Target net5.0"
9090
}
9191
],
92-
"replaces": "netcoreapp5.0",
93-
"defaultValue": "netcoreapp5.0"
92+
"replaces": "net5.0",
93+
"defaultValue": "net5.0"
9494
},
9595
"HostIdentifier": {
9696
"type": "bind",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@
337337
"datatype": "choice",
338338
"choices": [
339339
{
340-
"choice": "netcoreapp5.0",
341-
"description": "Target netcoreapp5.0"
340+
"choice": "net5.0",
341+
"description": "Target net5.0"
342342
}
343343
],
344-
"replaces": "netcoreapp5.0",
345-
"defaultValue": "netcoreapp5.0"
344+
"replaces": "net5.0",
345+
"defaultValue": "net5.0"
346346
},
347347
"copyrightYear": {
348348
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
"datatype": "choice",
8787
"choices": [
8888
{
89-
"choice": "netcoreapp5.0",
90-
"description": "Target netcoreapp5.0"
89+
"choice": "net5.0",
90+
"description": "Target net5.0"
9191
}
9292
],
93-
"replaces": "netcoreapp5.0",
94-
"defaultValue": "netcoreapp5.0"
93+
"replaces": "net5.0",
94+
"defaultValue": "net5.0"
9595
},
9696
"copyrightYear": {
9797
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"datatype": "choice",
8383
"choices": [
8484
{
85-
"choice": "netcoreapp5.0",
86-
"description": "Target netcoreapp5.0"
85+
"choice": "net5.0",
86+
"description": "Target net5.0"
8787
}
8888
],
89-
"replaces": "netcoreapp5.0",
90-
"defaultValue": "netcoreapp5.0"
89+
"replaces": "net5.0",
90+
"defaultValue": "net5.0"
9191
},
9292
"copyrightYear": {
9393
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"datatype": "choice",
4242
"choices": [
4343
{
44-
"choice": "netcoreapp5.0",
45-
"description": "Target netcoreapp5.0"
44+
"choice": "net5.0",
45+
"description": "Target net5.0"
4646
}
4747
],
48-
"defaultValue": "netcoreapp5.0"
48+
"defaultValue": "net5.0"
4949
},
5050
"ExcludeLaunchSettings": {
5151
"type": "parameter",

src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"datatype": "choice",
4848
"choices": [
4949
{
50-
"choice": "netcoreapp5.0",
51-
"description": "Target netcoreapp5.0"
50+
"choice": "net5.0",
51+
"description": "Target net5.0"
5252
}
5353
],
54-
"defaultValue": "netcoreapp5.0"
54+
"defaultValue": "net5.0"
5555
},
5656
"HostIdentifier": {
5757
"type": "bind",

src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@
316316
"datatype": "choice",
317317
"choices": [
318318
{
319-
"choice": "netcoreapp5.0",
320-
"description": "Target netcoreapp5.0"
319+
"choice": "net5.0",
320+
"description": "Target net5.0"
321321
}
322322
],
323-
"replaces": "netcoreapp5.0",
324-
"defaultValue": "netcoreapp5.0"
323+
"replaces": "net5.0",
324+
"defaultValue": "net5.0"
325325
},
326326
"copyrightYear": {
327327
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@
306306
"datatype": "choice",
307307
"choices": [
308308
{
309-
"choice": "netcoreapp5.0",
310-
"description": "Target netcoreapp5.0"
309+
"choice": "net5.0",
310+
"description": "Target net5.0"
311311
}
312312
],
313-
"replaces": "netcoreapp5.0",
314-
"defaultValue": "netcoreapp5.0"
313+
"replaces": "net5.0",
314+
"defaultValue": "net5.0"
315315
},
316316
"copyrightYear": {
317317
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"datatype": "choice",
8888
"choices": [
8989
{
90-
"choice": "netcoreapp5.0",
91-
"description": "Target netcoreapp5.0"
90+
"choice": "net5.0",
91+
"description": "Target net5.0"
9292
}
9393
],
94-
"replaces": "netcoreapp5.0",
95-
"defaultValue": "netcoreapp5.0"
94+
"replaces": "net5.0",
95+
"defaultValue": "net5.0"
9696
},
9797
"copyrightYear": {
9898
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@
209209
"datatype": "choice",
210210
"choices": [
211211
{
212-
"choice": "netcoreapp5.0",
213-
"description": "Target netcoreapp5.0"
212+
"choice": "net5.0",
213+
"description": "Target net5.0"
214214
}
215215
],
216-
"replaces": "netcoreapp5.0",
217-
"defaultValue": "netcoreapp5.0"
216+
"replaces": "net5.0",
217+
"defaultValue": "net5.0"
218218
},
219219
"copyrightYear": {
220220
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"datatype": "choice",
8383
"choices": [
8484
{
85-
"choice": "netcoreapp5.0",
86-
"description": "Target netcoreapp5.0"
85+
"choice": "net5.0",
86+
"description": "Target net5.0"
8787
}
8888
],
89-
"replaces": "netcoreapp5.0",
90-
"defaultValue": "netcoreapp5.0"
89+
"replaces": "net5.0",
90+
"defaultValue": "net5.0"
9191
},
9292
"copyrightYear": {
9393
"type": "generated",

src/ProjectTemplates/Web.ProjectTemplates/content/Worker-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"datatype": "choice",
4848
"choices": [
4949
{
50-
"choice": "netcoreapp5.0",
51-
"description": "Target netcoreapp5.0"
50+
"choice": "net5.0",
51+
"description": "Target net5.0"
5252
}
5353
],
54-
"replaces": "netcoreapp5.0",
55-
"defaultValue": "netcoreapp5.0"
54+
"replaces": "net5.0",
55+
"defaultValue": "net5.0"
5656
},
5757
"copyrightYear": {
5858
"type": "generated",

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@
177177
"datatype": "choice",
178178
"choices": [
179179
{
180-
"choice": "netcoreapp5.0",
181-
"description": "Target netcoreapp5.0"
180+
"choice": "net5.0",
181+
"description": "Target net5.0"
182182
}
183183
],
184-
"replaces": "netcoreapp5.0",
185-
"defaultValue": "netcoreapp5.0"
184+
"replaces": "net5.0",
185+
"defaultValue": "net5.0"
186186
},
187187
"HostIdentifier": {
188188
"type": "bind",

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@
178178
"datatype": "choice",
179179
"choices": [
180180
{
181-
"choice": "netcoreapp5.0",
182-
"description": "Target netcoreapp5.0"
181+
"choice": "net5.0",
182+
"description": "Target net5.0"
183183
}
184184
],
185-
"replaces": "netcoreapp5.0",
186-
"defaultValue": "netcoreapp5.0"
185+
"replaces": "net5.0",
186+
"defaultValue": "net5.0"
187187
},
188188
"HostIdentifier": {
189189
"type": "bind",

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"datatype": "choice",
8888
"choices": [
8989
{
90-
"choice": "netcoreapp5.0",
91-
"description": "Target netcoreapp5.0"
90+
"choice": "net5.0",
91+
"description": "Target net5.0"
9292
}
9393
],
94-
"replaces": "netcoreapp5.0",
95-
"defaultValue": "netcoreapp5.0"
94+
"replaces": "net5.0",
95+
"defaultValue": "net5.0"
9696
},
9797
"HostIdentifier": {
9898
"type": "bind",

0 commit comments

Comments
 (0)