Skip to content

Commit

Permalink
Bump Microsoft.Identity.Client from 4.52.0 to 4.61.3 in /StoryEditor
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.52.0 to 4.61.3.
- [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](AzureAD/microsoft-authentication-library-for-dotnet@4.52.0...4.61.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 6ba82e1 commit 91ee30f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions StoryEditor/StoryEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,16 @@
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Identity.Client, Version=4.52.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.52.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\packages/Microsoft.Identity.Client.4.61.3/lib/net462/Microsoft.Identity.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=2.28.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.2.28.0\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.28.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.28.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages/Microsoft.IdentityModel.Abstractions.7.6.0/lib/net472/Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
Expand Down
4 changes: 2 additions & 2 deletions StoryEditor/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<package id="Microsoft.DotNet.PlatformAbstractions" version="3.1.6" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyModel" version="7.0.0" targetFramework="net48" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="7.0.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.52.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.61.3" targetFramework="net48" />
<package id="Microsoft.Identity.Client.Extensions.Msal" version="2.28.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.28.1" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="7.6.0" targetFramework="net48" />
<package id="Mono.Posix" version="5.4.0.201" targetFramework="net461" />
<package id="Mono.Unix" version="7.1.0-final.1.21458.1" targetFramework="net48" />
<package id="NDesk.DBus" version="0.15.0" targetFramework="net461" />
Expand Down

0 comments on commit 91ee30f

Please sign in to comment.