|
53 | 53 |
|
54 | 54 | <ItemGroup>
|
55 | 55 | <PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
|
56 |
| - <PackageReference Include="PnP.Framework" Version="1.18.0" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" /> |
57 |
| - <PackageReference Include="PnP.Framework" Version="1.18.0" Condition="'$(IsRelease)' == '1'" /> |
| 56 | + <PackageReference Include="PnP.Framework" Version="1.18.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 57 | + <PackageReference Include="PnP.Framework" Version="1.18.*-*" Condition="'$(IsRelease)' == '1'" /> |
58 | 58 |
|
59 |
| - <PackageReference Include="PnP.Core" Version="1.15.0" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
60 |
| - <PackageReference Include="PnP.Core" Version="1.15.0" Condition="'$(IsRelease)' == '1'" /> |
| 59 | + <PackageReference Include="PnP.Core" Version="1.15.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 60 | + <PackageReference Include="PnP.Core" Version="1.15.*-*" Condition="'$(IsRelease)' == '1'" /> |
61 | 61 |
|
62 |
| - <PackageReference Include="PnP.Core.Auth" Version="1.15.0" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
63 |
| - <PackageReference Include="PnP.Core.Auth" Version="1.15.0" Condition="'$(IsRelease)' == '1'" /> |
| 62 | + <PackageReference Include="PnP.Core.Auth" Version="1.15.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 63 | + <PackageReference Include="PnP.Core.Auth" Version="1.15.*-*" Condition="'$(IsRelease)' == '1'" /> |
64 | 64 |
|
65 |
| - <PackageReference Include="PnP.Core.Admin" Version="1.15.0" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
66 |
| - <PackageReference Include="PnP.Core.Admin" Version="1.15.0" Condition="'$(IsRelease)' == '1'" /> |
| 65 | + <PackageReference Include="PnP.Core.Admin" Version="1.15.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" /> |
| 66 | + <PackageReference Include="PnP.Core.Admin" Version="1.15.*-*" Condition="'$(IsRelease)' == '1'" /> |
67 | 67 |
|
68 | 68 | <PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.70.2" />
|
69 | 69 | <PackageReference Include="Microsoft.Bcl.Cryptography" Version="9.0.2" />
|
|
126 | 126 | <EmbeddedResource Update="Properties\Resources.resx">
|
127 | 127 | <Generator>ResXFileCodeGenerator</Generator>
|
128 | 128 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
129 |
| - <CustomToolNamespace></CustomToolNamespace> |
| 129 | + <CustomToolNamespace></CustomToolNamespace> |
130 | 130 | </EmbeddedResource>
|
131 | 131 | </ItemGroup>
|
132 | 132 |
|
|
0 commit comments