Skip to content

Commit a67ad2d

Browse files
committed
Fix casing on Meadow.Foundation project references
1 parent e14295b commit a67ad2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/NineDofImuWing/Driver/NineDofImuWing.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
2525
</ItemGroup>
2626
<ItemGroup>
27-
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Motion.Lis3Mdl\Driver\Sensors.Motion.Lis3Mdl.csproj" />
28-
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Motion.Lsm6Dsox\Driver\Sensors.Motion.Lsm6Dsox.csproj" />
27+
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Motion.Lis3mdl\Driver\Sensors.Motion.Lis3mdl.csproj" />
28+
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Motion.Lsm6dsox\Driver\Sensors.Motion.Lsm6dsox.csproj" />
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)