Skip to content

Commit 73e684a

Browse files
Bump Microsoft.Identity.Web and Microsoft.Identity.Web.UI
Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web). These dependencies needed to be updated together. Updates `Microsoft.Identity.Web` from 3.6.0 to 3.6.2 - [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.0...3.6.2) Updates `Microsoft.Identity.Web.UI` from 3.4.0 to 3.6.2 - [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.4.0...3.6.2) --- updated-dependencies: - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Identity.Web.UI dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3d93e1 commit 73e684a

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
@@ -13,9 +13,9 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.0" />
16+
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.2" />
1717
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="3.6.0" />
18-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.4.0" />
18+
<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>
2121
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)