Skip to content

Commit

Permalink
Fix baselines
Browse files Browse the repository at this point in the history
Revert changes dependabot should not have made.
  • Loading branch information
martincostello committed Jun 13, 2024
1 parent e495a5e commit 78eedc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<PollyVersion>8.4.0</PollyVersion>
<MicrosoftExtensionsVersion>8.0.1</MicrosoftExtensionsVersion>
<MicrosoftExtensionsVersion>8.0.0</MicrosoftExtensionsVersion>
<MicrosoftExtensionsTimeProviderVersion>8.6.0</MicrosoftExtensionsTimeProviderVersion>
</PropertyGroup>
<ItemGroup>
Expand All @@ -12,7 +12,7 @@
<PackageVersion Include="FSharp.Core" Version="8.0.200" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="IcedTasks" Version="0.11.4" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageVersion Include="Microsoft.Bcl.TimeProvider" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
Expand Down

0 comments on commit 78eedc9

Please sign in to comment.