Skip to content

Commit 884c22a

Browse files
TylerLeonhardtdaxian-dbw
authored andcommitted
Update to build with PowerShell SDK 6.2.0-preview.4 (#140)
1 parent 8fd5060 commit 884c22a

2 files changed

+2
-2
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-preview.3" />
21+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-preview.4" />
2222
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2323
<PackageReference Include="CommandLineParser" Version="2.3.0" />
2424
<PackageReference Include="Grpc" Version="1.14.1" />

test/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="xunit" Version="2.3.1" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
1313
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
14-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-preview.3" />
14+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-preview.4" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)