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
995 stars 147 forks source link

Add System.Memory as package dependency #1317

Closed AArnott closed 6 months ago

AArnott commented 6 months ago

It was an assembly dependency already, which sneaked in via the CsWin32 package due to a bug in its packaging.

Fixes #1303