Skip to content

Commit 46306d5

Browse files
committed
Update Test framework
- Update nuget. - Adjust projects. - Adjust build dependencies. - Remove dummy adapter. - Add TestAdapter project to solution. - Update submodule @ e6201c4.
1 parent 68bb4cb commit 46306d5

File tree

27 files changed

+10
-312
lines changed

27 files changed

+10
-312
lines changed

Tests/NFUnitTestArithmetic/NFUnitTestArithmetic.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,9 @@
3737
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3838
</ItemGroup>
3939
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
40-
<!-- MANUAL UPDATE HERE -->
41-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
4240
<ProjectExtensions>
4341
<ProjectCapabilities>
4442
<ProjectConfigurationsDeclaredAsItems />
4543
</ProjectCapabilities>
4644
</ProjectExtensions>
47-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
48-
<PropertyGroup>
49-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
50-
</PropertyGroup>
51-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
52-
</Target>
5345
</Project>

Tests/NFUnitTestArray/NFUnitTestArray.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@
3434
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3535
</ItemGroup>
3636
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
37-
<!-- MANUAL UPDATE HERE -->
38-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3937
<ProjectExtensions>
4038
<ProjectCapabilities>
4139
<ProjectConfigurationsDeclaredAsItems />
4240
</ProjectCapabilities>
4341
</ProjectExtensions>
44-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
45-
<PropertyGroup>
46-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
47-
</PropertyGroup>
48-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
49-
</Target>
5042
</Project>

Tests/NFUnitTestAttributes/NFUnitTestAttributes.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestBasicConcepts/NFUnitTestBasicConcepts.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestBitConverter/NFUnitTestBitConverter.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@
3434
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3535
</ItemGroup>
3636
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
37-
<!-- MANUAL UPDATE HERE -->
38-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3937
<ProjectExtensions>
4038
<ProjectCapabilities>
4139
<ProjectConfigurationsDeclaredAsItems />
4240
</ProjectCapabilities>
4341
</ProjectExtensions>
44-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
45-
<PropertyGroup>
46-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
47-
</PropertyGroup>
48-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
49-
</Target>
5042
</Project>

Tests/NFUnitTestClasses/NFUnitTestClasses.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,9 @@
4444
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
4545
</ItemGroup>
4646
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
47-
<!-- MANUAL UPDATE HERE -->
48-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
4947
<ProjectExtensions>
5048
<ProjectCapabilities>
5149
<ProjectConfigurationsDeclaredAsItems />
5250
</ProjectCapabilities>
5351
</ProjectExtensions>
54-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
55-
<PropertyGroup>
56-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
57-
</PropertyGroup>
58-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
59-
</Target>
6052
</Project>

Tests/NFUnitTestConversions/NFUnitTestConversions.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,9 @@
3535
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3636
</ItemGroup>
3737
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
38-
<!-- MANUAL UPDATE HERE -->
39-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
4038
<ProjectExtensions>
4139
<ProjectCapabilities>
4240
<ProjectConfigurationsDeclaredAsItems />
4341
</ProjectCapabilities>
4442
</ProjectExtensions>
45-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
46-
<PropertyGroup>
47-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
48-
</PropertyGroup>
49-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
50-
</Target>
5143
</Project>

Tests/NFUnitTestDelegates/NFUnitTestDelegates.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestEnum/NFUnitTestEnum.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestException/NFUnitTestException.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestInterface/NFUnitTestInterface.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestLexical/NFUnitTestLexical.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@
3434
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3535
</ItemGroup>
3636
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
37-
<!-- MANUAL UPDATE HERE -->
38-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3937
<ProjectExtensions>
4038
<ProjectCapabilities>
4139
<ProjectConfigurationsDeclaredAsItems />
4240
</ProjectCapabilities>
4341
</ProjectExtensions>
44-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
45-
<PropertyGroup>
46-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
47-
</PropertyGroup>
48-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
49-
</Target>
5042
</Project>

Tests/NFUnitTestNamespace/NFUnitTestNamespace.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,9 @@
4343
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
4444
</ItemGroup>
4545
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
46-
<!-- MANUAL UPDATE HERE -->
47-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
4846
<ProjectExtensions>
4947
<ProjectCapabilities>
5048
<ProjectConfigurationsDeclaredAsItems />
5149
</ProjectCapabilities>
5250
</ProjectExtensions>
53-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
54-
<PropertyGroup>
55-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
56-
</PropertyGroup>
57-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
58-
</Target>
5951
</Project>

Tests/NFUnitTestRecords/NFUnitTestRecords.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestStatementsTests/NFUnitTestStatements.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestStruct/NFUnitTestStruct.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
3836
<ProjectExtensions>
3937
<ProjectCapabilities>
4038
<ProjectConfigurationsDeclaredAsItems />
4139
</ProjectCapabilities>
4240
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4941
</Project>

Tests/NFUnitTestSystemLib/NFUnitTestSystemLib.nfproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,9 @@
5656
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
5757
</ItemGroup>
5858
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
59-
<!-- MANUAL UPDATE HERE -->
60-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
6159
<ProjectExtensions>
6260
<ProjectCapabilities>
6361
<ProjectConfigurationsDeclaredAsItems />
6462
</ProjectCapabilities>
6563
</ProjectExtensions>
66-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67-
<PropertyGroup>
68-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
69-
</PropertyGroup>
70-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
71-
</Target>
7264
</Project>

0 commit comments

Comments
 (0)