Skip to content

Commit

Permalink
Downgrading Azure.Identity to 1.10.2 (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitRanjanMS authored Jan 19, 2024
1 parent ca14c11 commit 1e731b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<Version>3.0.39$(VersionSuffix)</Version>
<Version>3.0.40$(VersionSuffix)</Version>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Azure.WebJobs.Logging.ApplicationInsights</PackageId>
Expand All @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.SnapshotCollector" Version="1.4.4" />
Expand Down

0 comments on commit 1e731b2

Please sign in to comment.