Skip to content

Commit 5b821aa

Browse files
committed
Update to release 3.0.1
1 parent 1eed524 commit 5b821aa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Commands/PnP.PowerShell.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353

5454
<ItemGroup>
5555
<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'" />
5858

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

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

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

6868
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.70.2" />
6969
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="9.0.2" />

0 commit comments

Comments
 (0)