Skip to content

Commit c82af6b

Browse files
revert azure identity updates (#3411)
* revert azure identity updates * version 2.31.0
1 parent 74b15a6 commit c82af6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>9.0</LangVersion>
55
<TargetFrameworks>netstandard2.0;net6.0;net472</TargetFrameworks>
66
<RootNamespace>Microsoft.Graph.PowerShell.Authentication.Core</RootNamespace>
7-
<Version>2.30.0</Version>
7+
<Version>2.31.0</Version>
88
<!-- Suppress .NET Target Framework Moniker (TFM) Support Build Warnings -->
99
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1010
</PropertyGroup>
@@ -13,8 +13,8 @@
1313
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="Azure.Identity" Version="1.14.2" />
17-
<PackageReference Include="Azure.Identity.Broker" Version="1.2.1" />
16+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
17+
<PackageReference Include="Azure.Identity.Broker" Version="1.2.0" />
1818
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.4" />
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2020
<PackageReference Include="System.Text.Json" Version="8.0.5" />

0 commit comments

Comments
 (0)