Skip to content

Commit

Permalink
Update dependencies to latest minor versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Nov 20, 2021
1 parent 47c3742 commit f52c7b1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Pinta.Core/Pinta.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<Product />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="NGettext" Version="0.6.6" />
<PackageReference Include="SharpZipLib" Version="1.3.1" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
<PackageReference Include="NGettext" Version="0.6.7" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="ParagonClipper" Version="6.4.2" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Docking/Pinta.Docking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<Product />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Pinta.Effects/Pinta.Effects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Product />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pinta.Core\Pinta.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Product />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pinta.Core\Pinta.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Resources/Pinta.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
<ItemGroup>
<Content Include="icons/hicolor/16x16/*/*">
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Tools/Pinta.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Product />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pinta.Core\Pinta.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Pinta/Pinta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pinta.Core\Pinta.Core.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions tests/Pinta.Core.Tests/Pinta.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.4" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f52c7b1

Please sign in to comment.