Skip to content

Commit

Permalink
Merge pull request #1002 from WildernessLabs/jorge-build-fix
Browse files Browse the repository at this point in the history
Nugetize missing projects
  • Loading branch information
jorgedevs authored May 29, 2024
2 parents eaeee52 + 575450a commit 3a11535
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.12.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bmx280" Version="1.12.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.12.0" />
<ProjectReference Include="..\..\Driver\Sensors.Atmospheric.MS5611.csproj" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Ms5611" Version="1.12.0" />
</ItemGroup>
</Project>

0 comments on commit 3a11535

Please sign in to comment.