Skip to content

Commit e89c474

Browse files
authored
Bump MSAL to latest (#4848)
1 parent 24ce7d8 commit e89c474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/PnP.PowerShell.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
1414
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1515
<Authors>PnP.PowerShell</Authors>
16-
<Copyright>PnP 2024</Copyright>
16+
<Copyright>PnP 2025</Copyright>
1717
<Configurations>Debug;Release</Configurations>
1818
<PnPFrameworkPath Condition="'$(PnPFrameworkPath)' == ''"></PnPFrameworkPath>
1919
<PnPCoreSdkPath Condition="'$(PnPCoreSdkPath)' == ''"></PnPCoreSdkPath>
@@ -65,7 +65,7 @@
6565
<PackageReference Include="PnP.Core.Admin" Version="1.14.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
6666
<PackageReference Include="PnP.Core.Admin" Version="1.14.*-*" Condition="'$(IsRelease)' == '1'" />
6767

68-
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.70.1" />
68+
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.70.2" />
6969

7070
<ProjectReference Include="..\ALC\PnP.PowerShell.ALC.csproj" />
7171

0 commit comments

Comments
 (0)