Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump System.Management.Automation from 6.0.0-beta.2 to 6.1.6 in /src/Microsoft.PackageManagement.MetaProvider.PowerShell #5

Open
wants to merge 1 commit into
base: WIP
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump System.Management.Automation
Bumps [System.Management.Automation](https://github.com/PowerShell/PowerShell) from 6.0.0-beta.2 to 6.1.6.
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Changelog](https://github.com/PowerShell/PowerShell/blob/v6.1.6/CHANGELOG.md)
- [Commits](PowerShell/PowerShell@v6.0.0-beta.2...v6.1.6)

---
updated-dependencies:
- dependency-name: System.Management.Automation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 16, 2022
commit c1aeab69b4c7fc05f7ec70dae0a6b3b695fe2c6d
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<PackageReference Include="System.Management.Automation" Version="6.0.0-beta.2" />
<PackageReference Include="System.Management.Automation" Version="6.1.6" />
</ItemGroup>
<ItemGroup Condition=" ('$(TargetFramework)' == 'net451') Or ('$(TargetFramework)' == 'netstandard1.6') ">
<PackageReference Include="System.Management.Automation" Version="1.0.0-alpha9" />
<PackageReference Include="System.Management.Automation" Version="6.1.6" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<PackageReference Include="System.Management.Automation" Version="6.0.0-beta.2" />
<PackageReference Include="System.Management.Automation" Version="6.1.6" />
</ItemGroup>
<ItemGroup Condition=" ('$(TargetFramework)' == 'net451') Or ('$(TargetFramework)' == 'netstandard1.6') ">
<PackageReference Include="System.Management.Automation" Version="1.0.0-alpha9" />
<PackageReference Include="System.Management.Automation" Version="6.1.6" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down