Skip to content

Commit

Permalink
Bump Microsoft.Identity.Client from 4.59.1 to 4.60.4 in /examples/Dot…
Browse files Browse the repository at this point in the history
…NetFramework/WebFormApp/WebFormApp (#947)

* Bump Microsoft.Identity.Client

Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.59.1 to 4.60.4.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* remove unnecessary additions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sami Sadfa <[email protected]>
Co-authored-by: Sami Sadfa <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2024
1 parent f16c5e1 commit 1505f34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/DotNetFramework/WebFormApp/WebFormApp/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.59.1.0" newVersion="4.59.1.0" />
<bindingRedirect oldVersion="0.0.0.0-4.60.4.0" newVersion="4.60.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
Expand Down Expand Up @@ -108,7 +108,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.30.0.0" newVersion="6.30.0.0" />
<bindingRedirect oldVersion="0.0.0.0-8.0.1.0" newVersion="8.0.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,16 @@
<Reference Include="Microsoft.FeatureManagement, Version=2.5.1.0, Culture=neutral, PublicKeyToken=69dad7634abb75e4, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.FeatureManagement.2.5.1\lib\netstandard2.0\Microsoft.FeatureManagement.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Identity.Client, Version=4.59.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\packages\Microsoft.Identity.Client.4.59.1\lib\net462\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=4.60.4.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\packages\Microsoft.Identity.Client.4.60.4\lib\net462\Microsoft.Identity.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=2.29.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.2.29.0\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.30.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.30.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.0.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<package id="Microsoft.Extensions.Options" version="7.0.1" targetFramework="net472" />
<package id="Microsoft.Extensions.Primitives" version="7.0.0" targetFramework="net472" />
<package id="Microsoft.FeatureManagement" version="2.5.1" targetFramework="net472" />
<package id="Microsoft.Identity.Client" version="4.59.1" targetFramework="net472" />
<package id="Microsoft.Identity.Client" version="4.60.4" targetFramework="net472" />
<package id="Microsoft.Identity.Client.Extensions.Msal" version="2.29.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.30.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Abstractions" version="8.0.1" targetFramework="net472" />
<package id="Microsoft.NETCore.Platforms" version="7.0.2" targetFramework="net472" />
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net472" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net472" />
Expand Down

0 comments on commit 1505f34

Please sign in to comment.