diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
index 19f16547..91f02e63 100644
--- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
+++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/tools/helper.psm1 b/tools/helper.psm1
index e422d0a9..fa02f10d 100644
--- a/tools/helper.psm1
+++ b/tools/helper.psm1
@@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
}
'6.0' = @{
- MinimalPatch = '412'
- DefaultPatch = '412'
+ MinimalPatch = '415'
+ DefaultPatch = '415'
}
}