Skip to content

Commit 86902de

Browse files
Copilotmitchdenny
andcommitted
Change AppHost.cs to apphost.cs and update content with SDK directive
Co-authored-by: mitchdenny <[email protected]>
1 parent 42feb4e commit 86902de

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"primaryOutputs": [
71-
{ "path": "AppHost.cs" }
71+
{ "path": "apphost.cs" }
7272
],
7373
"postActions": [
7474
{

src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/9.5/AppHost.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#:sdk Aspire.AppHost.Sdk@aspireVersion
2+
3+
var builder = DistributedApplication.CreateBuilder(args);
4+
5+
builder.Build().Run();

0 commit comments

Comments
 (0)