For projects that wish to target the 3.1 LTS SDK, a common global.json configuration might be:
{
"sdk": {
"version": "3.1.100",
"rollForward": "latestFeature"
}
}
This is likely to be more common than the latestPatch scenario, and should perhaps replace that example.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.