Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piersdeseilligny committed Dec 27, 2020
1 parent 36d0e0c commit edf3118
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Metacolor.Editor.Gtk/Metacolor.Editor.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.6" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.8" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Packaging.Targets" Version="0.1.45" />
<DotNetCliToolReference Include="dotnet-deb" Version="0.1.45" />
<PackageReference Include="Packaging.Targets" Version="0.1.189" />
<DotNetCliToolReference Include="dotnet-deb" Version="0.1.189" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion Metacolor.Editor.Mac/Metacolor.Editor.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.6" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.8" />
<PackageReference Include="Packaging.Targets" Version="0.1.189" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<Content Include="Images\Wide310x150Logo.scale-150.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\Wide310x150Logo.scale-400.png" />
<Content Include="packages.config" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Metacolor.Editor.Wpf.Package/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Packaging.Targets" version="0.1.189" targetFramework="uap10.0.14393" />
</packages>
3 changes: 2 additions & 1 deletion Metacolor.Editor.Wpf/Metacolor.Editor.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.6" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.8" />
<PackageReference Include="Packaging.Targets" Version="0.1.189" />
<PackageReference Include="PresentationTheme.Aero" Version="0.6.2" />
</ItemGroup>

Expand Down
5 changes: 3 additions & 2 deletions Metacolor.Editor/Metacolor.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.5.6" />
<PackageReference Include="Eto.Serialization.Xaml" Version="2.5.6" />
<PackageReference Include="Eto.Forms" Version="2.5.8" />
<PackageReference Include="Eto.Serialization.Xaml" Version="2.5.8" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Packaging.Targets" Version="0.1.189" />
</ItemGroup>

</Project>

0 comments on commit edf3118

Please sign in to comment.