Skip to content

Commit c0aba2b

Browse files
author
Gautam Sheth
committed
Feature: bump deps to keep in sync with Framework and Core
1 parent c8f1d02 commit c0aba2b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/ALC/PnP.PowerShell.ALC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
66
<Configurations>Debug;Release;DebugLocal</Configurations>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.13.1" />
10+
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
1111
</ItemGroup>
1212

1313
</Project>

src/Commands/PnP.PowerShell.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<RepositoryUrl>https://github.com/pnp/powershell</RepositoryUrl>
2828
<PackageProjectUrl>https://github.com/pnp/powershell</PackageProjectUrl>
2929
<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 &amp; 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 &amp; Compliance, Azure Active Directory, and more.</Description>
3131
<PackageIcon>nugeticon.png</PackageIcon>
3232
<PackageReadmeFile>README.md</PackageReadmeFile>
3333
</PropertyGroup>
@@ -53,12 +53,12 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="AngleSharp" Version="0.14.0" />
56+
<PackageReference Include="AngleSharp" Version="1.0.1" />
5757

5858
<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" />
6060
<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" />
6262
<PackageReference Include="PnP.Framework" Version="1.11.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
6363
<PackageReference Include="PnP.Framework" Version="1.11.*-*" Condition="'$(IsRelease)' == '1'" />
6464

@@ -134,10 +134,10 @@
134134

135135
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
136136
<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" />
139139
<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" />
141141
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
142142
<PackageReference Include="System.Security.Cryptography.OpenSsl" Version="5.0.0" />
143143
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />

0 commit comments

Comments
 (0)