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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Fix version of System.Runtime.Intrinsics.Experimental (#19260)
Since there is no servicing version for this package, the 2.1 build was upgrading
to an incompatible 4.6 prerelease which caused test build breaks.
This package is only needed to build tests. We don't expect to service it
for 2.1, given it was an experemental prerelease package.
So fix its version at 4.5.0-rtm.
Closes #19138.
0 commit comments