Skip to content

Commit 44ea602

Browse files
Bump System.IO.Pipes.AccessControl from 4.5.1 to 5.0.0 (#1389)
Bumps [System.IO.Pipes.AccessControl](https://github.com/dotnet/runtime) from 4.5.1 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 7c71771 commit 44ea602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PowerShellEditorServices.Hosting/PowerShellEditorServices.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
1515
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" PrivateAssets="all" />
16-
<PackageReference Include="System.IO.Pipes.AccessControl" Version="4.5.1" />
16+
<PackageReference Include="System.IO.Pipes.AccessControl" Version="5.0.0" />
1717
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
1818
</ItemGroup>
1919

src/PowerShellEditorServices/PowerShellEditorServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
4747
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
4848
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
49-
<PackageReference Include="System.IO.Pipes.AccessControl" Version="4.5.1" />
49+
<PackageReference Include="System.IO.Pipes.AccessControl" Version="5.0.0" />
5050
<PackageReference Include="System.Security.Principal" Version="4.3.0" />
5151
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
5252
<PackageReference Include="UnixConsoleEcho" Version="0.1.0" />

0 commit comments

Comments
 (0)