Skip to content

Commit 6d026c0

Browse files
committed
Put PublishAot back in the template for now.
1 parent 4e55622 commit 6d026c0

File tree

1 file changed

+1
-1
lines changed
  • src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/9.5

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#:sdk Microsoft.NET.Sdk
22
#:sdk Aspire.AppHost.Sdk@aspireVersion
3-
43
#:package Aspire.Hosting.AppHost@aspireVersion
4+
#:property PublishAot=false
55

66
var builder = DistributedApplication.CreateBuilder(args);
77

0 commit comments

Comments
 (0)