Skip to content

Commit 4408849

Browse files
Bump Microsoft.Azure.Functions.Worker.ApplicationInsights from 2.0.0 to 2.50.0
--- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.ApplicationInsights dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Azure.Functions.Worker.ApplicationInsights dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Azure.Functions.Worker.ApplicationInsights dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f7977b commit 4408849

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

net9/Func/Func.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
1515
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />
1616
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
17-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
17+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Update="host.json">

net9/FuncWithAddSerilog/FuncWithAddSerilog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
1313

1414
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.2.0" />
15-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
15+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
1616
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.1.0" />
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />

net9/FuncWithSerilog/FuncWithSerilog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
1515
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />
1616
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
17-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
17+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
1818
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
1919
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.1.0" />
2020
<PackageReference Include="Serilog.sinks.console" Version="6.0.0" />

0 commit comments

Comments
 (0)