Skip to content

Commit 811f993

Browse files
committed
Fix packages
1 parent 0876068 commit 811f993

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Packages.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
5+
56
<ItemGroup>
67
<!-- MS -->
78
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
@@ -10,10 +11,14 @@
1011
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.7.0" />
1112
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.7" />
1213
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
14+
<PackageVersion Include="Microsoft.DotNet.ApiCompat.Task" Version="9.0.303" />
1315
<PackageVersion Include="System.Net.Http.Json" Version="8.0.1" />
1416
<PackageVersion Include="System.Text.Json" Version="9.0.7" />
17+
1518
<!-- 3rd party -->
1619
<PackageVersion Include="FluentValidation" Version="11.11.0" />
20+
<PackageVersion Include="MinVer" Version="6.0.0" />
21+
1722
<!-- Testing -->
1823
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1924
<PackageVersion Include="NUnit" Version="4.3.2" />

0 commit comments

Comments
 (0)