Skip to content

Commit edfeddf

Browse files
dependabot[bot]TylerLeonhardt
authored andcommitted
[Ignore] Bump Microsoft.PowerShell.SDK from 6.1.2 to 6.1.3 (#941)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Changelog](https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG.md) - [Commits](PowerShell/PowerShell@v6.1.2...v6.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 358dd07 commit edfeddf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/PowerShellEditorServices.Test.Host/PowerShellEditorServices.Test.Host.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
2323
</ItemGroup>
2424
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
25-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.2" />
25+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.3" />
2626
</ItemGroup>
2727
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
2828
<PackageReference Include="Microsoft.PowerShell.5.ReferenceAssemblies" Version="1.1.0" />

test/PowerShellEditorServices.Test.Protocol/PowerShellEditorServices.Test.Protocol.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectReference Include="..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
1111
</ItemGroup>
1212
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
13-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.2" />
13+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.3" />
1414
</ItemGroup>
1515
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
1616
<PackageReference Include="Microsoft.PowerShell.5.ReferenceAssemblies" Version="1.1.0" />

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ProjectReference Include="..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
1414
</ItemGroup>
1515
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
16-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.2" />
16+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.3" />
1717
</ItemGroup>
1818
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
1919
<PackageReference Include="Microsoft.PowerShell.5.ReferenceAssemblies" Version="1.1.0" />

0 commit comments

Comments
 (0)