|
59 | 59 | <PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
|
60 | 60 | <PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
|
61 | 61 | <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />
|
62 |
| - <PackageReference Include="PnP.Framework" Version="1.15.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" /> |
63 |
| - <PackageReference Include="PnP.Framework" Version="1.15.*-*" Condition="'$(IsRelease)' == '1'" /> |
| 62 | + <PackageReference Include="PnP.Framework" Version="1.16.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 63 | + <PackageReference Include="PnP.Framework" Version="1.16.*-*" Condition="'$(IsRelease)' == '1'" /> |
64 | 64 |
|
65 |
| - <PackageReference Include="PnP.Core" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
66 |
| - <PackageReference Include="PnP.Core" Version="1.12.*-*" Condition="'$(IsRelease)' == '1'" /> |
| 65 | + <PackageReference Include="PnP.Core" Version="1.13.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 66 | + <PackageReference Include="PnP.Core" Version="1.13.*-*" Condition="'$(IsRelease)' == '1'" /> |
67 | 67 |
|
68 |
| - <PackageReference Include="PnP.Core.Auth" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
69 |
| - <PackageReference Include="PnP.Core.Auth" Version="1.12.*-*" Condition="'$(IsRelease)' == '1'" /> |
| 68 | + <PackageReference Include="PnP.Core.Auth" Version="1.13.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 69 | + <PackageReference Include="PnP.Core.Auth" Version="1.13.*-*" Condition="'$(IsRelease)' == '1'" /> |
70 | 70 |
|
71 |
| - <PackageReference Include="PnP.Core.Admin" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
72 |
| - <PackageReference Include="PnP.Core.Admin" Version="1.12.*-*" Condition="'$(IsRelease)' == '1'" /> |
| 71 | + <PackageReference Include="PnP.Core.Admin" Version="1.13.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 72 | + <PackageReference Include="PnP.Core.Admin" Version="1.13.*-*" Condition="'$(IsRelease)' == '1'" /> |
73 | 73 |
|
74 | 74 | <!-- currently for the following packages we only refer to the nightlies -->
|
75 | 75 | <!-- <PackageReference Include="PnP.Core.Transformation" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
|
76 | 76 | <PackageReference Include="PnP.Core.Transformation" Version="*" Condition="'$(IsRelease)' == '1'" /> -->
|
77 | 77 |
|
78 |
| - <PackageReference Include="PnP.Core.Transformation" Version="1.12.*-*" /> |
| 78 | + <PackageReference Include="PnP.Core.Transformation" Version="1.13.*-*" /> |
79 | 79 |
|
80 | 80 | <!-- <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
|
81 | 81 | <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="*" Condition="'$(IsRelease)' == '1'" /> -->
|
82 |
| - <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.12.*-*" /> |
| 82 | + <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.13.*-*" /> |
83 | 83 |
|
84 | 84 | <PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
|
85 | 85 | <PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
|
|
0 commit comments