you should be able to mitigate this with a project specific global.json file. the example should help to lock your project down to any 7.0.xxx SDK version.
{ "sdk": { "version": "7.0.xxx", "rollForward": "latestFeature" } }
see here for further information