Update src/setup-dotnet.ts

Co-authored-by: js6pak <me@6pak.dev>
This commit is contained in:
Chris Philips 2024-03-22 11:34:19 -07:00 committed by GitHub
parent 3089bb1ebd
commit 9e79640565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ function getVersionFromGlobalJson(globalJsonPath: string): string {
break;
case 'latestPatch':
version = `${major}.${minor}.${feature}`
version = `${major}.${minor}.${feature}xx`
break;
}
}