Skip to content

Commit 1f38fc1

Browse files
committed
Update NuGet packages
1 parent 2f222de commit 1f38fc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
4-
<AvaloniaVersion>11.2.2</AvaloniaVersion>
4+
<AvaloniaVersion>11.3.0</AvaloniaVersion>
55
</PropertyGroup>
66
</Project>

src/Vocup.WinForms/Vocup.WinForms.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>
1919
<Description>Vocabulary training application</Description>
2020
<Company>VectorData</Company>
21-
<Copyright>Copyright © 2011 Florian Amstutz, © 2018-2024 Daniel Lerch.</Copyright>
21+
<Copyright>Copyright © 2011 Florian Amstutz, © 2018-2025 Daniel Lerch.</Copyright>
2222
<Version>2.1.0</Version>
2323
<NeutralLanguage>en</NeutralLanguage>
2424
</PropertyGroup>
@@ -32,11 +32,11 @@
3232
<PackageReference Include="Avalonia.Win32.Interoperability" Version="$(AvaloniaVersion)" />
3333
<PackageReference Include="CsvHelper" Version="33.0.1" />
3434
<PackageReference Include="LostTech.App.Settings" Version="0.5.0" />
35-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
35+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">
3636
<PrivateAssets>all</PrivateAssets>
3737
</PackageReference>
3838
<!--<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />-->
39-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools.MSIX" Version="1.1.20241024.1">
39+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools.MSIX" Version="1.7.20250508.1">
4040
<PrivateAssets>all</PrivateAssets>
4141
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4242
</PackageReference>

0 commit comments

Comments
 (0)