I noticed that you updated your dependency on Microsoft.Bcl.AsyncInterfaces from v8 to v10. Since I’m using CommunityToolkit.Mvvm in a Visual Studio extension, and only v9 is shipped with Microsoft Visual Studio 2022, my extension no longer loads in that version. It only works with Visual Studio 2026, which includes Microsoft.Bcl.AsyncInterfaces v10.
Because I need to support the last two versions of Visual Studio in my extension, would it be possible for you to downgrade your dependency to v9?
I noticed that you updated your dependency on Microsoft.Bcl.AsyncInterfaces from v8 to v10. Since I’m using CommunityToolkit.Mvvm in a Visual Studio extension, and only v9 is shipped with Microsoft Visual Studio 2022, my extension no longer loads in that version. It only works with Visual Studio 2026, which includes Microsoft.Bcl.AsyncInterfaces v10.
Because I need to support the last two versions of Visual Studio in my extension, would it be possible for you to downgrade your dependency to v9?