Skip to content

Commit

Permalink
NuGet: update system packages for .NET 8.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysFR committed Jul 19, 2024
1 parent 2383537 commit 50d209b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Aspire.FoundationDB/Aspire.FoundationDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<Import Project="..\Common\VersionInfo.props" />

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.7" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.7" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Doxense.Networking.Http/Doxense.Networking.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="8.0.6" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="8.0.7" />
<PackageReference Include="OpenTelemetry.Api" Version="1.9.0" />
</ItemGroup>

Expand Down

0 comments on commit 50d209b

Please sign in to comment.