Skip to content

Commit

Permalink
Merge pull request #970 from WildernessLabs/jorge-build-fix
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
ctacke committed May 6, 2024
2 parents 83acea2 + a4b9cea commit 6e4d92f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/checkout@v3
with:
path: Meadow.Foundation
ref: main

- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\Meadow.Core\source\implementations\f7\Meadow.F7\Meadow.F7.csproj" />
<ProjectReference Include="..\..\Driver\Sensors.Atmospheric.Bmx280.csproj" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bmx280" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\Sensors.Atmospheric.MS5611.csproj" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Ms5611" Version="1.11.0" />
</ItemGroup>
</Project>

0 comments on commit 6e4d92f

Please sign in to comment.