Skip to content

Commit 1e731b2

Browse files
Downgrading Azure.Identity to 1.10.2 (#3055)
1 parent ca14c11 commit 1e731b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/WebJobs.Logging.ApplicationInsights.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
6-
<Version>3.0.39$(VersionSuffix)</Version>
6+
<Version>3.0.40$(VersionSuffix)</Version>
77
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<PackageId>Microsoft.Azure.WebJobs.Logging.ApplicationInsights</PackageId>
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Azure.Identity" Version="1.10.4" />
30+
<PackageReference Include="Azure.Identity" Version="1.10.2" />
3131
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
3232
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.22.0" />
3333
<PackageReference Include="Microsoft.ApplicationInsights.SnapshotCollector" Version="1.4.4" />

0 commit comments

Comments
 (0)