diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
index 0669cb24..d2c6ed45 100644
--- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
+++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
@@ -18,7 +18,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
-
+
diff --git a/src/Utility/TypeExtensions.cs b/src/Utility/TypeExtensions.cs
index a0c5a1f5..f083b1ba 100644
--- a/src/Utility/TypeExtensions.cs
+++ b/src/Utility/TypeExtensions.cs
@@ -101,7 +101,7 @@ internal static object ToObject(this TypedData data)
private static MethodInfo s_ConvertFromJson = null;
private static object ConvertFromJson(string json)
{
- const string UtilityAssemblyFullName = "Microsoft.PowerShell.Commands.Utility, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
+ const string UtilityAssemblyFullName = "Microsoft.PowerShell.Commands.Utility, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
if (s_ConvertFromJson == null)
{
diff --git a/test/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
index 5df2dd0b..95ead50b 100644
--- a/test/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
+++ b/test/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
@@ -11,7 +11,7 @@
-
+