diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index d427a8bb..f385cde2 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 996b69bc..b1c956c0 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 cd16e452..4d8048a6 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -11,8 +11,8 @@ $RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path $DotnetSDKVersionRequirements = @{ # We need .NET SDK 3.1 for running the tests, as we still build against the 3.1 framework '3.1' = @{ - MinimalPatch = '419' - DefaultPatch = '419' + MinimalPatch = '422' + DefaultPatch = '422' } # We need .NET SDK 5.0 for the updated C# compiler '5.0' = @{