Problem Description
TestWebSite requires the .NET 7.0 SDK and installs it as part of running in CI. RNW images and our dependency script both require .NET 6.0 only.
Option 1 (Preferable):
- Retarget TestWebSite to .NET 6.0 LTS which is already available
- Remove the .NET install during CI.
Option 2:
- Retarget TestWebSite to .NET 8.0 LTS
- Retarget ManagedCodeGen to .NET 8.0 LTS
- Update the ADO image to include .NET 8.0 instead of .NET 6.0
- Update the dependency script to require .NET 8.0
- Remove the .NET install during CI.
Steps To Reproduce
See CI.
Expected Results
No response
CLI version
npx react-native -v
Environment
Target Platform Version
None
Target Device(s)
No response
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response