Skip to content

Commit 37397f8

Browse files
authored
Update PowerShell SDK to 7.2.23 (#1093)
1 parent 1658352 commit 37397f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
2121

2222
<ItemGroup>
2323
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
24-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.22" />
24+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.23" />
2525
<PackageReference Include="CommandLineParser" Version="2.9.1" />
2626
<PackageReference Include="Google.Protobuf" Version="3.21.9" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />

src/requirements.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Target = 'src/Modules'
1414
}
1515
'PackageManagement' = @{
16-
Version = '1.4.7'
16+
Version = '1.4.8.1'
1717
Target = 'src/Modules'
1818
}
1919
}

test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
14-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.22" />
14+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.23" />
1515
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1616
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
1717
</ItemGroup>

tools/helper.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
1717
}
1818

1919
'6.0' = @{
20-
MinimalPatch = '424'
21-
DefaultPatch = '424'
20+
MinimalPatch = '425'
21+
DefaultPatch = '425'
2222
}
2323
}
2424

0 commit comments

Comments
 (0)