Skip to content

Commit ad8b090

Browse files
authored
Updating Worker.ApplicationInsights dependencies (#3204)
1 parent 96f371a commit ad8b090

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/DotNetWorker.ApplicationInsights/DotNetWorker.ApplicationInsights.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<Import Project="..\..\build\Common.props" />
1616

1717
<ItemGroup>
18-
<PackageReference Include="Azure.Identity" Version="1.12.0" />
19-
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.22.0" />
18+
<PackageReference Include="Azure.Identity" Version="1.17.0" />
19+
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.23.0" />
2020
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
2121
</ItemGroup>
2222

src/DotNetWorker.ApplicationInsights/release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
### Microsoft.Azure.Functions.Worker.ApplicationInsights <version>
44

5-
- <entry>
5+
- Updating `Azure.Identity` from 1.12.0 to 1.17.0
6+
- Updating `Microsoft.ApplicationInsights.PerfCounterCollector` from 2.22.0 to 2.23.0

0 commit comments

Comments
 (0)