diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index fdfbc2c4..f1007c50 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,7 +21,7 @@ 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 ff575f15..e18f8a1b 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 2d967241..0272d807 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -12,13 +12,13 @@ $DotnetSDKVersionRequirements = @{ # .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool '3.1' = @{ - MinimalPatch = '419' - DefaultPatch = '419' + MinimalPatch = '422' + DefaultPatch = '422' } '6.0' = @{ - MinimalPatch = '300' - DefaultPatch = '300' + MinimalPatch = '400' + DefaultPatch = '400' } }