Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lolle2000la committed Nov 14, 2023
1 parent db65f46 commit 555c6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ImageSort.WPF/ImageSort.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="AdonisUI" Version="1.17.1" />
<PackageReference Include="AdonisUI.ClassicTheme" Version="1.17.1" />
<PackageReference Include="LazyCache" Version="2.4.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="ReactiveUI" Version="19.5.1" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="15.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="19.5.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/ImageSort.WindowsSetup/ImageSort.WindowsSetup.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Heat" Version="4.0.2" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Heat" Version="4.0.3" />
</ItemGroup>
<ItemGroup>
<Content Include="exclude-imagesort.exe.xslt" />
Expand Down

0 comments on commit 555c6a6

Please sign in to comment.