Skip to content

Commit 7fe3419

Browse files
committed
Packages
1 parent 20b483c commit 7fe3419

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

Common/Email/Email.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="MailKit" Version="4.13.0" />
12-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="9.0.4" />
11+
<PackageReference Include="MailKit" Version="4.14.1" />
12+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.2" />
1313
</ItemGroup>
1414

1515
</Project>

Eto/Eto.Veldrid.Gtk/Eto.Veldrid.Gtk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Eto.Platform.Gtk" Version="2.9.0-ci-20250907.17522966854" />
17+
<PackageReference Include="Eto.Platform.Gtk" Version="2.10.2" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

Eto/Eto.Veldrid.Wpf/Eto.Veldrid.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Eto.Platform.Wpf" Version="2.9.0-ci-20250907.17522966854" />
23+
<PackageReference Include="Eto.Platform.Wpf" Version="2.10.2" />
2424

2525
<!-- Please note that version 3.6.0 is the newest version of this toolkit
2626
that has licensing terms permitting use in commercial projects.

Eto/Eto.Veldrid/Eto.Veldrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Eto.Forms" Version="2.9.0-ci-20250907.17522966854" />
15+
<PackageReference Include="Eto.Forms" Version="2.10.2" />
1616
<PackageReference Include="ppy.Veldrid" Version="4.9.62-gca0239da6b" />
1717
<PackageReference Include="ppy.Veldrid.OpenGLBindings" Version="4.9.62-gca0239da6b" />
1818
<PackageReference Include="ppy.Vk" Version="1.0.26" />

Eto/TestEtoVeldrid.Gtk/TestEtoVeldrid.Gtk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Eto.Platform.Gtk" Version="2.9.0-ci-20250329.14150108340" />
16+
<PackageReference Include="Eto.Platform.Gtk" Version="2.10.2" />
1717
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
1818
</ItemGroup>
1919

Eto/TestEtoVeldrid.Wpf/TestEtoVeldrid.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Eto.Platform.Wpf" Version="2.9.0-ci-20250329.14150108340" />
25+
<PackageReference Include="Eto.Platform.Wpf" Version="2.10.2" />
2626

2727
<!-- Please note that version 3.6.0 is the newest version of this toolkit
2828
that has licensing terms permitting use in commercial projects.

Eto/TestEtoVeldrid/TestEtoVeldrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Eto.Forms" Version="2.9.0-ci-20250329.14150108340" />
12+
<PackageReference Include="Eto.Forms" Version="2.10.2" />
1313
<PackageReference Include="ppy.Veldrid.SPIRV" Version="1.0.15-gfbb03d21c2" />
1414
</ItemGroup>
1515

Eto/errorReporter/errorReporter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Eto.Forms" Version="2.9.0-ci-20250907.17522966854" />
15+
<PackageReference Include="Eto.Forms" Version="2.10.2" />
1616
</ItemGroup>
1717

1818
</Project>

UnitTests/UnitTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
16-
<PackageReference Include="NUnit" Version="4.3.2" />
17-
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
18-
<PackageReference Include="NUnit.Analyzers" Version="4.7.0">
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
16+
<PackageReference Include="NUnit" Version="4.4.0" />
17+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
18+
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>

0 commit comments

Comments
 (0)