Skip to content

Commit a583864

Browse files
committed
The version check should be 7
1 parent 822fabf commit a583864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SDKPatchTool/SDKPatch.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function Patch
341341
"NuGet.CommandLine.XPlat",
342342
"NuGet.Credentials")
343343

344-
if (([int]($SDKVersion.Substring(0, 1)) -le 8) )
344+
if (([int]($SDKVersion.Substring(0, 1)) -le 7) )
345345
{
346346
Write-Host "Adding nuget.packaging.core"
347347
$copiedNupkgIds += "NuGet.Packaging.Core"

0 commit comments

Comments
 (0)