Commit c550fc2 disabled the latestFeature option, which now blocks newer Net 8.0 SDK versions to restore, build or publish the project (sometimes fixing a bug).
This is not a good behavior to be followed.
Anytime you want to test a new version of net8.0 you will need to update this file locally. There is no sense on this forced behavior. This is plausible for another more specific scenario.
Commit c550fc2 disabled the
latestFeatureoption, which now blocks newer Net 8.0 SDK versions to restore, build or publish the project (sometimes fixing a bug).This is not a good behavior to be followed.
Anytime you want to test a new version of net8.0 you will need to update this file locally. There is no sense on this forced behavior. This is plausible for another more specific scenario.