Skip to content

Commit

Permalink
housekeeping: Add more version groups
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Feb 16, 2024
1 parent 3c66258 commit c70437e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<PropertyGroup>
<AppCenterVersion>5.0.3</AppCenterVersion>
<AvaloniaVersion>11.0.9</AvaloniaVersion>
<RxVersion>6.0.0</RxVersion>
<ReactiveUIVersion>19.5.41</ReactiveUIVersion>
<XUnitVersion>2.6.6</XUnitVersion>
</PropertyGroup>
Expand All @@ -19,8 +21,8 @@
<PackageVersion Include="DryIoc.Dll" Version="5.4.3" />
<PackageVersion Include="Exceptionless" Version="6.0.3" />
<PackageVersion Include="log4net" Version="2.0.15" />
<PackageVersion Include="Microsoft.AppCenter.Analytics" Version="5.0.3" />
<PackageVersion Include="Microsoft.AppCenter.Crashes" Version="5.0.3" />
<PackageVersion Include="Microsoft.AppCenter.Analytics" Version="$(AppCenterVersion)" />
<PackageVersion Include="Microsoft.AppCenter.Crashes" Version="5$(AppCenterVersion)" />
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
Expand Down Expand Up @@ -68,7 +70,7 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.0" />
<PackageVersion Include="Microsoft.Reactive.Testing" Version="$(RxVersion)" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.Xunit" Version="23.0.0" />
<PackageVersion Include="xunit" Version="$(XUnitVersion)" />
Expand Down

0 comments on commit c70437e

Please sign in to comment.