Skip to content

Commit 1a0f615

Browse files
gautamdshethGautam Sheth
and
Gautam Sheth
authored
Bump DLLs for security fixes (#4535)
* Bump DLLs for security fixes * Fix build PR --------- Co-authored-by: Gautam Sheth <gautam.sheth@staffbase.com>
1 parent a5fcb26 commit 1a0f615

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/buildpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
run: dotnet build --configuration Debug --no-restore -p:WarningLevel=0
4545
working-directory: pnpcore/src/sdk/PnP.Core
4646
- name: Install PnP.Framework dependencies
47-
run: dotnet restore -p:PnPCoreSdkPath="..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\netstandard2.0\PnP.Core.dll" -p:PnPCoreSdkPathNet6="..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net6.0\PnP.Core.dll" -p:PnPCoreSdkPathNet7="..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net7.0\PnP.Core.dll" -p:PnPCoreSdkPathNet8="..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net8.0\PnP.Core.dll"
47+
run: dotnet restore -p:PnPCoreSdkPath="..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\netstandard2.0\PnP.Core.dll" -p:PnPCoreSdkPathNet8="..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net8.0\PnP.Core.dll"
4848
working-directory: pnpframework/src/lib
4949
- name: Build PnP.Framework
50-
run: dotnet build --configuration Debug --no-restore -p:WarningLevel=0 -p:PnPCoreSdkPath="..\..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\netstandard2.0\PnP.Core.dll" -p:PnPCoreSdkPathNet6="..\..\..\..\pnpcore/src/sdk\PnP.Core\bin\Debug\net6.0\PnP.Core.dll" -p:PnPCoreSdkPathNet7="..\..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net7.0\PnP.Core.dll" -p:PnPCoreSdkPathNet8="..\..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net8.0\PnP.Core.dll"
50+
run: dotnet build --configuration Debug --no-restore -p:WarningLevel=0 -p:PnPCoreSdkPath="..\..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\netstandard2.0\PnP.Core.dll" -p:PnPCoreSdkPathNet8="..\..\..\..\pnpcore\src\sdk\PnP.Core\bin\Debug\net8.0\PnP.Core.dll"
5151
working-directory: pnpframework/src/lib/PnP.Framework
5252
- name: Install PnP.PowerShell dependencies
5353
run: dotnet restore -p:PnPFrameworkPath="..\..\..\pnpframework\src\lib\" -p:PnPCoreSdkPath="..\..\..\pnpcore\src\sdk\"

src/Commands/PnP.PowerShell.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
<PackageReference Include="AngleSharp" Version="0.17.0" />
5757

5858
<PackageReference Include="Microsoft.Graph" Version="3.33.0" />
59-
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.0" />
60-
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.66.0" />
61-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.2" />
62-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.2" />
59+
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.1" />
60+
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.66.1" />
61+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
62+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0" />
6363
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
6464
<PackageReference Include="PnP.Framework" Version="1.17.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
6565
<PackageReference Include="PnP.Framework" Version="1.17.*-*" Condition="'$(IsRelease)' == '1'" />

0 commit comments

Comments
 (0)