Bump the specified version of GtkSharp in the templates
This commit is contained in:
parent
f49d8838fd
commit
7077095b86
2 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GtkSharp" Version="3.2.0" />
|
||||
<PackageReference Include="GtkSharp" Version="3.22.24.10" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// VARS
|
||||
|
||||
Settings.Cake = Context;
|
||||
Settings.Version = "3.22.24.10";
|
||||
Settings.Version = "3.22.24.11";
|
||||
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
||||
Settings.Assembly = Argument("Assembly", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue