The windows-latest build agent images only contain .NET framework 4.8 and 4.8.1 now, so these projects fail to build with the example AzDO pipelines. (Observed directly using e2e_samples/parking_sensors_synapse sample but the other examples should also have the same problem.)
Type of PR
Purpose
The windows-latest build agent images only contain .NET framework 4.8 and 4.8.1 now, so these projects fail to build with the example AzDO pipelines. (Observed directly using e2e_samples/parking_sensors_synapse sample but the other examples should also have the same problem.)
BOM for current windows-latest image: https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#net-framework
Does this introduce a breaking change? If yes, details on what can break
No
Author pre-publish checklist
Validation steps
Manually verified for the e2e_samples/parking_sensors_synapse sample
Before the fix (Using the project file currently in main):
After the fix:
Issues Closed or Referenced
No relevant issues were logged