Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Mar 6, 2024
1 parent c47ffea commit 1f35a83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.9.0" />
<PackageReference Include="Meadow.Linux" Version="1.9.0" />
<PackageReference Include="Meadow.Mac" Version="1.9.0" />
<PackageReference Include="Meadow.Windows" Version="1.9.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="Meadow" Version="1.9.0" />
<ProjectReference Condition=" '$(TargetFramework)' == 'net7.0'" Include="..\..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.Gtk\Driver\Displays.Gtk.csproj" />
<PackageReference Condition=" '$(TargetFramework)' == 'net7.0'" Include="Meadow.Foundation.Displays.Gtk" Version="1.9.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\icon.png" Link="icon.png" Pack="true" PackagePath="" />
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 @@ -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.Gtk\Driver\Displays.Gtk.csproj" />
<PackageReference Condition=" '$(TargetFramework)' == 'net7.0'" Include="Meadow.Foundation.Displays.Gtk" Version="1.9.0" />
<PackageReference Include="Meadow" Version="1.9.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
<PackageReference Include="Meadow" Version="1.9.0" />
<ProjectReference Condition=" '$(TargetFramework)' == 'net7.0-windows'" Include="..\..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.WinForms\Driver\Displays.WinForms.csproj" />
<PackageReference Condition=" '$(TargetFramework)' == 'net7.0-windows'" Include="Meadow.Foundation.Displays.WinForms" Version="1.9.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\icon.png" Link="icon.png" Pack="true" PackagePath="" />
Expand Down

0 comments on commit 1f35a83

Please sign in to comment.