Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 70ab0ad

Browse files
author
Jeyaram Jeyaraj
committed
ensure functional tests reference and resolve nuget package directly
1 parent 6dde30c commit 70ab0ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/Tests/FunctionalTests/FunctionalTests.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Foundation\dll\Foundation.vcxproj" />
8080
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Starboard\dll\Starboard.vcxproj" />
8181
</ItemGroup>
82+
83+
<ItemGroup>
84+
<PackageReference Include="WinObjC.Frameworks.UWP" Version="*" />
85+
</ItemGroup>
8286
<PropertyGroup Label="Globals">
8387
<ProjectGuid>{4fdf4507-8c1e-4617-9278-11d4bfe8f3a5}</ProjectGuid>
8488
<Keyword>DynamicLibrary</Keyword>

0 commit comments

Comments
 (0)