You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: #962
Context: 3851b1a
Context: #936
Context: #975
We have several PRs which impact public API, and we want to land as
part of .NET 7, and *not* as part of .NET 6, e.g. #936.
Update `GitInfo.txt` to `7.0`, and update `$(_NetCoreLibVersion)` to
be `$(GitBaseVersionMajor).$(GitBaseVersionMinor).0.0` -- reverting
commit 3851b1a -- as an indicator that from this point onward, all
work on `main` is targeting .NET 7.
Note that CI continues to use .NET 6. This is thus a more
"conceptual" change rather than a "everything requires .NET 7 now"
change.
0 commit comments