Skip to content

Commit

Permalink
Bump references for 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Jun 27, 2024
1 parent 235e267 commit 1bb29bd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Commands/PnP.PowerShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,27 @@
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />
<PackageReference Include="PnP.Framework" Version="1.15.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Framework" Version="1.15.*-*" Condition="'$(IsRelease)' == '1'" />
<PackageReference Include="PnP.Framework" Version="1.16.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Framework" Version="1.16.*-*" Condition="'$(IsRelease)' == '1'" />

<PackageReference Include="PnP.Core" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core" Version="1.12.*-*" Condition="'$(IsRelease)' == '1'" />
<PackageReference Include="PnP.Core" Version="1.13.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core" Version="1.13.*-*" Condition="'$(IsRelease)' == '1'" />

<PackageReference Include="PnP.Core.Auth" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core.Auth" Version="1.12.*-*" Condition="'$(IsRelease)' == '1'" />
<PackageReference Include="PnP.Core.Auth" Version="1.13.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core.Auth" Version="1.13.*-*" Condition="'$(IsRelease)' == '1'" />

<PackageReference Include="PnP.Core.Admin" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core.Admin" Version="1.12.*-*" Condition="'$(IsRelease)' == '1'" />
<PackageReference Include="PnP.Core.Admin" Version="1.13.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core.Admin" Version="1.13.*-*" Condition="'$(IsRelease)' == '1'" />

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

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

<!-- <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
<PackageReference Include="PnP.Core.Transformation.SharePoint" Version="*" Condition="'$(IsRelease)' == '1'" /> -->
<PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.12.*-*" />
<PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.13.*-*" />

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

0 comments on commit 1bb29bd

Please sign in to comment.