|
27 | 27 | <RepositoryUrl>https://github.com/pnp/powershell</RepositoryUrl>
|
28 | 28 | <PackageProjectUrl>https://github.com/pnp/powershell</PackageProjectUrl>
|
29 | 29 | <PackageTags>Microsoft 365; PowerShell; SharePoint; Teams; Graph; Azure AD</PackageTags>
|
30 |
| - <Description>PnP PowerShell is a .NET 6/ .NET Framework 4.6.2 based PowerShell Module providing over 650 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more.</Description> |
| 30 | + <Description>PnP PowerShell is a .NET 6 based PowerShell Module providing over 650 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more.</Description> |
31 | 31 | <PackageIcon>nugeticon.png</PackageIcon>
|
32 | 32 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
33 | 33 | </PropertyGroup>
|
|
53 | 53 | </ItemGroup>
|
54 | 54 |
|
55 | 55 | <ItemGroup>
|
56 |
| - <PackageReference Include="AngleSharp" Version="0.14.0" /> |
| 56 | + <PackageReference Include="AngleSharp" Version="1.0.1" /> |
57 | 57 |
|
58 | 58 | <PackageReference Include="Microsoft.Graph" Version="3.33.0" />
|
59 |
| - <PackageReference Include="Microsoft.Identity.Client" Version="4.36.1" /> |
| 59 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.50.0" /> |
60 | 60 | <PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
|
61 |
| - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.2" /> |
| 61 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.27.0" /> |
62 | 62 | <PackageReference Include="PnP.Framework" Version="1.11.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
|
63 | 63 | <PackageReference Include="PnP.Framework" Version="1.11.*-*" Condition="'$(IsRelease)' == '1'" />
|
64 | 64 |
|
|
134 | 134 |
|
135 | 135 | <ItemGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
|
136 | 136 | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
137 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> |
138 |
| - <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.0" /> |
| 137 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" /> |
| 138 | + <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" /> |
139 | 139 | <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
|
140 |
| - <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" /> |
| 140 | + <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" /> |
141 | 141 | <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
|
142 | 142 | <PackageReference Include="System.Security.Cryptography.OpenSsl" Version="5.0.0" />
|
143 | 143 | <PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
|
|
0 commit comments