We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaafe7c + 1a0768f commit 85cf01fCopy full SHA for 85cf01f
src/Microsoft.Windows.CsWin32/Microsoft.Windows.CsWin32.nuspec
@@ -22,6 +22,8 @@
22
<group targetFramework="net45">
23
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
24
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
25
+ <dependency id="System.Memory" version="4.5.5" include="All" />
26
+ <dependency id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" include="All" />
27
</group>
28
<group targetFramework="net461">
29
0 commit comments