Skip to content

Commit 1bb29bd

Browse files
authored
Bump references for 2.5 release
1 parent 235e267 commit 1bb29bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Commands/PnP.PowerShell.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,27 @@
5959
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
6060
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
6161
<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'" />
6464

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'" />
6767

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'" />
7070

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'" />
7373

7474
<!-- currently for the following packages we only refer to the nightlies -->
7575
<!-- <PackageReference Include="PnP.Core.Transformation" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
7676
<PackageReference Include="PnP.Core.Transformation" Version="*" Condition="'$(IsRelease)' == '1'" /> -->
7777

78-
<PackageReference Include="PnP.Core.Transformation" Version="1.12.*-*" />
78+
<PackageReference Include="PnP.Core.Transformation" Version="1.13.*-*" />
7979

8080
<!-- <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
8181
<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.*-*" />
8383

8484
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
8585
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />

0 commit comments

Comments
 (0)