Heey together,
This PR #742 breaks our build on the CI , with settings that are localy absolutly fine. To prevent that, we solowly upgrade major version because we normaly assume that breaking changes are not inside Minor and Patch versions.
I guess that requires some communication because can break even more CI's outside in the world ^^
We Specified following for the most of our repos and branches:
{
"sdk": {
"version": "10.0.*",
"allowPrerelease": false,
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.23"
}
}
Heey together,
This PR #742 breaks our build on the CI , with settings that are localy absolutly fine. To prevent that, we solowly upgrade major version because we normaly assume that breaking changes are not inside Minor and Patch versions.
I guess that requires some communication because can break even more CI's outside in the world ^^
We Specified following for the most of our repos and branches:
{ "sdk": { "version": "10.0.*", "allowPrerelease": false, "rollForward": "latestFeature" }, "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.23" } }