Skip to content

Commit c7d9f1d

Browse files
authored
Fix GC Unit Tests project (#210)
1 parent b92c314 commit c7d9f1d

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

Tests/NFUnitTestGC/NFUnitTestGC.nfproj

+3-12
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,9 @@
3333
<Compile Include="Properties\AssemblyInfo.cs" />
3434
</ItemGroup>
3535
<ItemGroup>
36-
<Reference Include="mscorlib">
37-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
38-
</Reference>
39-
<Reference Include="nanoFramework.TestFramework">
40-
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.85\lib\nanoFramework.TestFramework.dll</HintPath>
41-
</Reference>
42-
<Reference Include="nanoFramework.UnitTestLauncher">
43-
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.85\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
44-
</Reference>
45-
</ItemGroup>
46-
<ItemGroup>
47-
<None Include="packages.config" />
36+
<ProjectReference Include="..\..\nanoFramework.CoreLibrary\CoreLibrary.nfproj" />
37+
<ProjectReference Include="..\TestFramework\TestFramework.nfproj" />
38+
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
4839
</ItemGroup>
4940
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
5041
</Project>

Tests/NFUnitTestGC/packages.config

-5
This file was deleted.

0 commit comments

Comments
 (0)