Skip to content

Conversation

@jonpryor
Copy link
Contributor

@jonpryor jonpryor commented May 5, 2022

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.

Fixes: dotnet#962

Context: 3851b1a
Context: dotnet#936
Context: dotnet#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. dotnet#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.
@jpobst
Copy link
Contributor

jpobst commented May 5, 2022

from this point onward, all work on main is targeting .NET 7

Note that this PR does not make main target .NET 7.

That is, it does not have CI install a build of .NET 7, and it does not update any assemblies to target net7.0.

Should those changes go with this PR? Or are we ok letting that come later?

@jonpryor
Copy link
Contributor Author

jonpryor commented May 5, 2022

@jpobst asked:

Should those changes go with this PR?

In an ideal world, yes. Unfortunately, I don't know what that looks like/how to do that, so…

Or are we ok letting that come later?

In the interest of "expediency" -- as I'd like to get #936 into xamarin-android once it is targeting .NET 7 (dotnet/android#6598) -- I'm fine with "letting [those changes] come later", so long as you are also OK with that.

@jonpryor jonpryor merged commit 5971625 into dotnet:main May 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET 7 TODO list

2 participants