Skip to content

Commit 09b0e17

Browse files
committed
feat: rename program cs
1 parent b07a85a commit 09b0e17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/AppHost

Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/AppHost/AppHost.cs renamed to Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/AppHost/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using Projects;
2+
13
var builder = DistributedApplication.CreateBuilder(args);
24

35
var postgres = builder.AddPostgres("postgres")

0 commit comments

Comments
 (0)