Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed May 2, 2024
1 parent f7db11e commit 2f90233
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Aaru.Archives/Aaru.Archives.csproj
Expand Up @@ -63,7 +63,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="SharpCompress" Version="0.34.0"/>
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Aaru.Compression/Aaru.Compression.csproj
Expand Up @@ -78,7 +78,7 @@
<PackageReference Include="Aaru.Compression.Native" Version="6.0.0-alpha.10"/>
<PackageReference Include="DotNetZip" Version="1.16.0"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="SharpCompress" Version="0.34.0"/>
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0"/>
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3" PrivateAssets="all"/>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Aaru.Core/Aaru.Core.csproj
Expand Up @@ -75,7 +75,7 @@
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="SkiaSharp" Version="2.88.6"/>
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="Spectre.Console" Version="0.47.0"/>
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3" PrivateAssets="all"/>
Expand Down
2 changes: 1 addition & 1 deletion Aaru.Filters/Aaru.Filters.csproj
Expand Up @@ -59,7 +59,7 @@
<ItemGroup>
<PackageReference Include="DotNetZip" Version="1.16.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="SharpCompress" Version="0.34.0"/>
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3" PrivateAssets="all"/>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Aaru.Gui/Aaru.Gui.csproj
Expand Up @@ -35,8 +35,8 @@
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.10"/>
<PackageReference Include="Claunia.Encoding" Version="1.9.2"/>
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0"/>
<PackageReference Include="MessageBox.Avalonia" Version="3.1.4"/>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="MessageBox.Avalonia" Version="3.1.5.1" />
<!-- TODO: Abandoned project need to find replacement
<PackageReference Include="OxyPlot.Avalonia-alpha-2020-04-15" Version="1.0.0"/>
-->
Expand Down
2 changes: 1 addition & 1 deletion Aaru.Images/Aaru.Images.csproj
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Claunia.RsrcFork" Version="1.2.0"/>
<PackageReference Include="DotNetZip" Version="1.16.0"/>
<PackageReference Include="plist-cil" Version="2.2.0"/>
<PackageReference Include="SharpCompress" Version="0.34.0"/>
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="System.Text.Json" Version="8.0.3"/>
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3" PrivateAssets="all"/>
Expand Down

0 comments on commit 2f90233

Please sign in to comment.