Skip to content

Commit

Permalink
Update BuildTask.Packages.props
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Aug 26, 2024
1 parent bc6b806 commit d360778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/BuildTask.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<PackageVersion Update="System.Reflection.MetadataLoadContext" Version="8.0.0" />
<PackageVersion Update="System.Resources.Extensions" Version="8.0.0" />
<PackageVersion Update="System.Text.Encodings.Web" Version="8.0.0" />
<PackageVersion Update="System.Text.Json" Version="8.0.0" />
<PackageVersion Update="System.Text.Json" Version="8.0.3" />
<PackageVersion Update="System.Threading.Tasks.Dataflow" Version="8.0.0" />

<!-- Packages that transitively bring above dependencies in. -->
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageVersion Update="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Update="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
<PackageVersion Update="Microsoft.Extensions.DependencyModel" Version="8.0.1" />
<PackageVersion Update="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit d360778

Please sign in to comment.