microsoft / vs-threading

The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
Other
1k stars 147 forks source link

Rollback Microsoft.Bcl.AsyncInterfaces to 6.0.0 #1307

Closed AArnott closed 7 months ago

AArnott commented 7 months ago

This way we're consuming the same version of the dependency whether we're on .NET Framework or the .NET 6 runtime which we also target.

Also drop a couple of unnecessary dependencies from the Analyzers.Tests project.