File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
44
44
run : dotnet build --configuration Debug --no-restore -p:WarningLevel=0
45
45
working-directory : pnpcore/src/sdk/PnP.Core
46
46
- 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"
48
48
working-directory : pnpframework/src/lib
49
49
- 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"
51
51
working-directory : pnpframework/src/lib/PnP.Framework
52
52
- name : Install PnP.PowerShell dependencies
53
53
run : dotnet restore -p:PnPFrameworkPath="..\..\..\pnpframework\src\lib\" -p:PnPCoreSdkPath="..\..\..\pnpcore\src\sdk\"
Original file line number Diff line number Diff line change 56
56
<PackageReference Include =" AngleSharp" Version =" 0.17.0" />
57
57
58
58
<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 " />
63
63
<PackageReference Include =" Microsoft.SharePointOnline.CSOM" Version =" 16.1.*" />
64
64
<PackageReference Include =" PnP.Framework" Version =" 1.17.*-*" Condition =" '$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
65
65
<PackageReference Include =" PnP.Framework" Version =" 1.17.*-*" Condition =" '$(IsRelease)' == '1'" />
You can’t perform that action at this time.
0 commit comments