Skip to content

Commit 19b21be

Browse files
committed
Bump dependency version.
1 parent 7e60bc6 commit 19b21be

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,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.0.0</Version>
7+
<Version>2.1.0</Version>
88
</PropertyGroup>
99
<PropertyGroup>
1010
<EnableNETAnalyzers>true</EnableNETAnalyzers>
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Azure.Identity" Version="1.9.0" />
1515
<PackageReference Include="Azure.Identity.BrokeredAuthentication" Version="1.0.0-beta.3" />
16-
<PackageReference Include="Microsoft.Graph.Core" Version="3.0.7" />
16+
<PackageReference Include="Microsoft.Graph.Core" Version="3.0.9" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
</ItemGroup>
1919
<Target Name="CopyFiles" AfterTargets="Build">

0 commit comments

Comments
 (0)