diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
index 4c6eb15d..0e252a66 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 ca45120f..07fa1832 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 06a3ed3f..ed03f8d1 100644
--- a/tools/helper.psm1
+++ b/tools/helper.psm1
@@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
}
'8.0' = @{
- MinimalPatch = '100-preview.7.23376.3'
- DefaultPatch = '100-preview.7.23376.3'
+ MinimalPatch = '100-rc.2.23502.2'
+ DefaultPatch = '100-rc.2.23502.2'
}
}