Skip to content

Commit 351f646

Browse files
committed
Updated Identity broker package reference
1 parent e837e86 commit 351f646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<LangVersion>9.0</LangVersion>
55
<TargetFrameworks>netstandard2.0;net6.0;net472</TargetFrameworks>
66
<RootNamespace>Microsoft.Graph.PowerShell.Authentication.Core</RootNamespace>
7-
<Version>2.6.1</Version>
7+
<Version>2.18.0</Version>
88
</PropertyGroup>
99
<PropertyGroup>
1010
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1111
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="Azure.Identity" Version="1.11.0" />
15-
<PackageReference Include="Azure.Identity.Broker" Version="1.0.0-beta.5" />
15+
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" />
1616
<PackageReference Include="Microsoft.Graph.Core" Version="3.0.9" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)