Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AppHost/AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Aspire.Hosting.Azure.CosmosDB" Version="*" />
<PackageReference Include="Aspire.Hosting.Azure.KeyVault" Version="*" />
<PackageReference Include="Aspire.Hosting.Azure.SignalR" Version="*" />
<PackageReference Include="Aspire.Hosting.Azure.Functions" Version="*" />
<PackageReference Include="Aspire.Hosting.Azure.Functions" Version="13.0.0-preview.1.25560.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Signal9.Agent.Functions/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
12 changes: 12 additions & 0 deletions Signal9.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path=".mcp.json" />
</Folder>
<Project Path="AppHost/AppHost.csproj" />
<Project Path="ServiceDefaults/ServiceDefaults.csproj" />
<Project Path="Signal9.Agent.Functions/Signal9.Agent.Functions.csproj" />
<Project Path="Signal9.Agent/Signal9.Agent.csproj" />
<Project Path="Signal9.Shared/Signal9.Shared.csproj" />
<Project Path="Signal9.Web.Functions/Signal9.Web.Functions.csproj" />
<Project Path="Signal9.Web/Signal9.Web.csproj" />
</Solution>
Loading