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
This is needed as a result of dotnet/runtime#83356. This is needed because there are System.Drawing.Common references within the runtime repo that are no longer satisfied by the live version which was removed.
In order to add this SBRP, the net 7.0 targeting pack will need to be created first. We don't want to add this right now as it might break the build. The reason I say might is because there are a number of repos that still target net7.0 and haven't upgraded to net8.0. If any of these repos utilize generators/analyzers from the net7.0 targeting pack, they would break because the SBRP version will not contain the generators/analyzers.
The text was updated successfully, but these errors were encountered:
This is needed as a result of dotnet/runtime#83356. This is needed because there are System.Drawing.Common references within the runtime repo that are no longer satisfied by the live version which was removed.
In order to add this SBRP, the net 7.0 targeting pack will need to be created first. We don't want to add this right now as it might break the build. The reason I say might is because there are a number of repos that still target net7.0 and haven't upgraded to net8.0. If any of these repos utilize generators/analyzers from the net7.0 targeting pack, they would break because the SBRP version will not contain the generators/analyzers.
The text was updated successfully, but these errors were encountered: