Skip to content
Merged
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 SynthWatch.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
type layout is incompatible with Microsoft.Azure.Functions.Worker.ApplicationInsights
(2.x), causing a TypeLoadException on ITelemetryInitializer that crashes the isolated
worker at startup. 2.22.x is the version pairing the Functions worker AI integration. -->
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="3.1.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.52.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.51.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.1.0" />
Expand Down