File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<ItemGroup >
55
55
<PackageReference Include =" Microsoft.SharePointOnline.CSOM" Version =" 16.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'" />
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'" />
58
58
59
- <PackageReference Include =" PnP.Core" Version =" 1.15.*-* " Condition =" '$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
60
- <PackageReference Include =" PnP.Core" Version =" 1.15.*-* " Condition =" '$(IsRelease)' == '1'" />
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'" />
61
61
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'" />
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'" />
64
64
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'" />
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'" />
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" />
You can’t perform that action at this time.
0 commit comments