Skip to content

Commit f8f1087

Browse files
committed
Fix generated project filename [#67]
1 parent d6dd658 commit f8f1087

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Content/NetCoreTool.Template.WebApi/CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "project",
1515
"language": "C#"
1616
},
17-
"sourceName": "Company.WebApplication1",
17+
"sourceName": "Company.WebApplication.CS",
1818
"sources": [
1919
{
2020
"modifiers": [
@@ -418,7 +418,7 @@
418418
},
419419
"primaryOutputs": [
420420
{
421-
"path": "Company.WebApplication1.csproj"
421+
"path": "Company.WebApplication.CS.csproj"
422422
}
423423
],
424424
"postActions": [

src/Content/NetCoreTool.Template.WebApi/FSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "project",
1515
"language": "F#"
1616
},
17-
"sourceName": "Company.WebApplication1",
17+
"sourceName": "Company.WebApplication.FS",
1818
"sources": [
1919
{
2020
"modifiers": [
@@ -422,7 +422,7 @@
422422
},
423423
"primaryOutputs": [
424424
{
425-
"path": "Company.WebApplication1.csproj"
425+
"path": "Company.WebApplication.FS.fsproj"
426426
}
427427
]
428428
}

0 commit comments

Comments
 (0)