microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.36k stars 1.14k forks source link

Bump .NET Target version in Microsoft.ReactNative.Test.Website.csproj #14108

Closed Yajur-Grover closed 1 week ago

Yajur-Grover commented 1 week ago

Description

Bump target .NET version to 8.0 as 7.0 was being marked as deprecated according to CI error messages.

Why

Unblock CI.

What

See above.

Changelog

Should this change be included in the release notes: No

Microsoft Reviewers: Open in CodeFlow
TatianaKapos commented 1 week ago

@Yajur-Grover This needs to be backported to the stable branches, do you want to do this? lmk!

Yajur-Grover commented 1 week ago

Yes I'll backport the change.