summaryrefslogtreecommitdiff
path: root/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>2018-12-17 16:50:54 -0800
committerGitHub <noreply@github.com>2018-12-17 16:50:54 -0800
commit534e93d3cfead0aa1c719fa911e2c61694ed6c51 (patch)
tree3555eee0842a5a8446e68033453fa1aeb96c80a1 /tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
parent7c2d9aa7e35ab119eaf907514fa1ff765317ec11 (diff)
downloadcoreclr-534e93d3cfead0aa1c719fa911e2c61694ed6c51.tar.gz
coreclr-534e93d3cfead0aa1c719fa911e2c61694ed6c51.tar.bz2
coreclr-534e93d3cfead0aa1c719fa911e2c61694ed6c51.zip
Add tests for marshalling a System.Drawing.Color. (#21569)
Diffstat (limited to 'tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj')
-rw-r--r--tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj b/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
index 56b9bd17a5..b5aa330e1b 100644
--- a/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
+++ b/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
@@ -32,6 +32,7 @@
<Compile Include="ErrorTests.cs" />
<Compile Include="NumericTests.cs" />
<Compile Include="StringTests.cs" />
+ <Compile Include="ColorTests.cs" />
<Compile Include="../../ServerContracts/NativeServers.cs" />
<Compile Include="../../ServerContracts/Server.Contracts.cs" />
<Compile Include="../../ServerContracts/ServerGuids.cs" />
@@ -39,6 +40,9 @@
<ItemGroup>
<ProjectReference Include="../../NativeServer/CMakeLists.txt" />
<ProjectReference Include="../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
+ <PackageReference Include="System.Drawing.Common">
+ <Version>$(MicrosoftPrivateCoreFxNETCoreAppPackageVersion)</Version>
+ </PackageReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>