diff --git a/AppHost/AppHost.csproj b/AppHost/AppHost.csproj index 80b15ad..8e0f85f 100644 --- a/AppHost/AppHost.csproj +++ b/AppHost/AppHost.csproj @@ -16,7 +16,7 @@ - + diff --git a/Signal9.Agent.Functions/Program.cs b/Signal9.Agent.Functions/Program.cs index ff34ed9..fcd8a92 100644 --- a/Signal9.Agent.Functions/Program.cs +++ b/Signal9.Agent.Functions/Program.cs @@ -6,8 +6,8 @@ using Signal9.Shared.Data; var builder = FunctionsApplication.CreateBuilder(args); -builder.ConfigureFunctionsWebApplication(); builder.AddServiceDefaults(); +builder.ConfigureFunctionsWebApplication(); var connectionString = Environment.GetEnvironmentVariable("DefaultConnection"); if (string.IsNullOrEmpty(connectionString)) diff --git a/Signal9.slnx b/Signal9.slnx new file mode 100644 index 0000000..23a12c6 --- /dev/null +++ b/Signal9.slnx @@ -0,0 +1,12 @@ + + + + + + + + + + + +