diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
index 307e1279..462224d7 100644
--- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
+++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
@@ -21,11 +21,11 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
-
+
-
+
diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
index f81bcdd8..67e4572b 100644
--- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
+++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/tools/helper.psm1 b/tools/helper.psm1
index d1c75eba..f38cab47 100644
--- a/tools/helper.psm1
+++ b/tools/helper.psm1
@@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
}
'8.0' = @{
- MinimalPatch = '100'
- DefaultPatch = '100'
+ MinimalPatch = '101'
+ DefaultPatch = '101'
}
}