Skip to content

Commit c6a36c9

Browse files
Bump Microsoft.Identity.Client from 4.83.3 to 4.84.0
--- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-version: 4.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: notsecurity ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3266eb2 commit c6a36c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<PropertyGroup Label="Common dependency versions">
8282
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.18.0</MicrosoftIdentityModelVersion>
83-
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.83.3</MicrosoftIdentityClientVersion>
83+
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.84.0</MicrosoftIdentityClientVersion>
8484
<MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">12.0.0</MicrosoftIdentityAbstractionsVersion>
8585
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8686
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>

src/Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
</Choose>
6060

6161
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' Or '$(TargetFramework)' == 'netstandard2.0'">
62+
<PackageReference Include="Microsoft.Identity.Client" Version="4.84.0" />
6263
<Compile Remove="*.cs" />
6364
<Compile Remove="AppServicesAuth\**" />
6465
<Compile Remove="AzureSdkSupport\**" />

0 commit comments

Comments
 (0)