diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 885ac6ec..fdfbc2c4 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 db07a51c..ff575f15 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 a0b48aa1..14fc8382 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 = '417' - DefaultPatch = '417' + MinimalPatch = '419' + DefaultPatch = '419' } '6.0' = @{ - MinimalPatch = '201' - DefaultPatch = '201' + MinimalPatch = '300' + DefaultPatch = '300' } }