Skip to content

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
- Update Microsoft.NET.Test.Sdk to 17.11.1
- Update NUnit to 4.2.2
- Update NUnit3TestAdapter to 4.6.0
- Update NUnit.Analyzers to 4.3.0 with PrivateAssets and IncludeAssets
- Update Avalonia packages to 11.2.0-beta2
- Update CommunityToolkit.Mvvm to 8.3.2
  • Loading branch information
qwqcode committed Sep 24, 2024
1 parent 248bf00 commit c1b563b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions SubRenamer.Tests/SubRenamer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>

Expand Down
14 changes: 7 additions & 7 deletions SubRenamer/SubRenamer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.0-beta1" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.0-beta1" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-beta1" />
<PackageReference Include="Avalonia" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0-beta2" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.10" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0-beta1" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0-beta1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.0-beta2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="MessageBox.Avalonia" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

Expand Down

0 comments on commit c1b563b

Please sign in to comment.