diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj
index b11bf752..4c6eb15d 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/src/requirements.psd1 b/src/requirements.psd1
index b68bd0c6..8894878c 100644
--- a/src/requirements.psd1
+++ b/src/requirements.psd1
@@ -13,7 +13,7 @@
Target = 'src/Modules'
}
'PackageManagement' = @{
- Version = '1.4.7'
+ Version = '1.4.8.1'
Target = 'src/Modules'
}
}
diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
index 7c513c9b..ca45120f 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 47d9e28b..06a3ed3f 100644
--- a/tools/helper.psm1
+++ b/tools/helper.psm1
@@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
}
'8.0' = @{
- MinimalPatch = '100-preview.3.23178.7'
- DefaultPatch = '100-preview.3.23178.7'
+ MinimalPatch = '100-preview.7.23376.3'
+ DefaultPatch = '100-preview.7.23376.3'
}
}