Skip to content

Commit cc2da60

Browse files
authored
Update PowerShellWorker versions to 3.0.235 (PS6) and 3.0.237 (PS7) (#5674)
1 parent 7a78f0a commit cc2da60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
4343
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.5.2-SNAPSHOT" />
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.0.2" />
45-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.216" />
45+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.235" />
46+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.237" />
4647
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.16" />
4748
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.5" />
4849
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.6" />

0 commit comments

Comments
 (0)