Skip to content

Commit

Permalink
Merge pull request #513 from WildernessLabs/jorge-build-fix
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
adrianstevens authored May 6, 2024
2 parents 7a52d7a + 03d5578 commit 9ad6f55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/Meadow.Core/Meadow.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<None Include="..\icon.png" Link="icon.png" Pack="true" PackagePath="" />
<None Include="Cloud\MeadowCloudConnectionService.cs" />
<PackageReference Include="Meadow.Contracts" Version="1.11.0" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Libraries_and_Frameworks\Serialization.MicroJson\Driver\Serialization.MicroJson.csproj" />
<PackageReference Include="Meadow.Foundation.Serialization.MicroJson" Version="1.11.0" />
<PackageReference Include="Meadow.Modbus" Version="1.11.0" />
<PackageReference Include="Meadow.MQTT" Version="1.11.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
<ProjectReference Include="..\..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Core\Meadow.Foundation.Core.csproj" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
<PackageReference Include="Meadow.Linux" Version="1.11.0" />
<PackageReference Include="Meadow.Mac" Version="1.11.0" />
<PackageReference Include="Meadow.Windows" Version="1.11.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<ProjectReference Include="..\..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.Silk\Driver\Displays.Silk.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.Silk" Version="1.11.0" />
<PackageReference Include="Meadow" Version="1.11.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/implementations/mac/Meadow.Mac/Meadow.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
<ProjectReference Include="..\..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.Silk\Driver\Displays.Silk.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.Silk" Version="1.11.0" />
<PackageReference Include="Meadow" Version="1.11.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
<ProjectReference Include="..\..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.Silk\Driver\Displays.Silk.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.Silk" Version="1.11.0" />
<PackageReference Include="Meadow" Version="1.11.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 9ad6f55

Please sign in to comment.