Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
588 stars 459 forks source link

Tiny: Updating Target .NET Version in SqlProj Files #561

Closed ScoGroMSFT closed 1 year ago

ScoGroMSFT commented 1 year ago

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): image

After the fix: image

Issues Closed or Referenced

No relevant issues were logged