- New projects GerbilManager.AppHost / GerbilManager.ServiceDefaults (templates) - Added both to GerbilManager.slnx - WebAPI references ServiceDefaults; AddServiceDefaults + MapDefaultEndpoints wired Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 lines
85 B
C#
4 lines
85 B
C#
var builder = DistributedApplication.CreateBuilder(args);
|
|
|
|
builder.Build().Run();
|