Skip to content

Commit

Permalink
chore: Update Nuget packages (yet again)
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Oct 30, 2024
1 parent 3617210 commit 2bd4c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Spice86/Spice86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.4" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.4" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.5" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.7" />
<PackageReference Include="AvaloniaGraphControl" Version="0.6.1" />
<PackageReference Include="AvaloniaHex" Version="0.1.4" />
<PackageReference Include="bodong.Avalonia.PropertyGrid" Version="11.1.4.2" />
<PackageReference Include="bodong.PropertyModels" Version="11.1.4.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="DialogHost.Avalonia" Version="0.8.1" />
<PackageReference Include="FluentIcons.Avalonia.Fluent" Version="1.1.262" />
<PackageReference Include="FluentIcons.Avalonia.Fluent" Version="1.1.263" />
<PackageReference Include="Iced" Version="1.21.0" />
<PackageReference Include="JvE.Structurizer" Version="1.0.1" />
<PackageReference Include="Semi.Avalonia" Version="11.1.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Spice86.Tests/Spice86.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 2bd4c65

Please sign in to comment.