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
#79299 makes release/7.0 calculate the downlevel versions based on the current PatchVersion, this avoids situations where we forget to bump the version in the stable branches but once we start inserting net8 previews we will have to make sure multiple (net8;net7;net7) versions match here and in dotnet/emsdk with the versions we actually intend to insert.
We should also add tests to the sdk related tests that verify the downlevel versions we see in the sdk are never ahead of what is here
The text was updated successfully, but these errors were encountered:
#79299 makes release/7.0 calculate the downlevel versions based on the current PatchVersion, this avoids situations where we forget to bump the version in the stable branches but once we start inserting net8 previews we will have to make sure multiple (net8;net7;net7) versions match here and in dotnet/emsdk with the versions we actually intend to insert.
We should also add tests to the sdk related tests that verify the downlevel versions we see in the sdk are never ahead of what is here
The text was updated successfully, but these errors were encountered: