Browse Source

Build: roll-forward .NET Core SDK to feature (instead of latestPatch)

The change doesn't affect CI or those with the chosen SDK installed, but unbreaks those affected by the VisualStudio installer automatically uninstalling older feature versions. #698 #699
uap-experimental
Christoph Ruegg 6 years ago
parent
commit
99d0bbdc34
  1. 2
      global.json

2
global.json

@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.101",
"rollForward": "latestPatch"
"rollForward": "feature"
}
}

Loading…
Cancel
Save