We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80182d commit 6378356Copy full SHA for 6378356
build/Build.csproj
@@ -22,6 +22,7 @@
22
<Using Include="Cake.Core.Diagnostics" />
23
<Using Include="Cake.Core.IO" />
24
<Using Include="Cake.FileHelpers" />
25
+ <Using Include="System.Runtime.InteropServices" />
26
</ItemGroup>
27
28
<ItemGroup>
@@ -34,4 +35,4 @@
34
35
<ProjectReference Include="..\buildscripts\MonoGame.Tool.BuildScripts.csproj" />
36
37
-</Project>
38
+</Project>
0 commit comments