Skip to content

Commit 84c6868

Browse files
Bump Microsoft.Identity.Web.GraphServiceClient in /GraphTutorial
Bumps [Microsoft.Identity.Web.GraphServiceClient](https://github.com/AzureAD/microsoft-identity-web) from 3.6.2 to 3.8.4. - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](AzureAD/microsoft-identity-web@3.6.2...3.8.4) --- updated-dependencies: - dependency-name: Microsoft.Identity.Web.GraphServiceClient dependency-version: 3.8.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7930f9a commit 84c6868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphTutorial/GraphTutorial.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.2" />
17-
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="3.6.2" />
17+
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="3.8.4" />
1818
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.6.2" />
1919
<PackageReference Include="Stylecop.Analyzers" Version="1.2.0-beta.556">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)