Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suraciii committed Jul 29, 2024
1 parent caf9e47 commit 69ee402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OtelVersion>1.9.0</OtelVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MediatR" Version="12.3.0" />
<PackageVersion Include="MediatR" Version="12.4.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="$(MExVersion)" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MExVersion)" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="$(MExVersion)" />
Expand All @@ -23,6 +23,7 @@
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
<PackageVersion Include="System.Collections.Immutable" Version="$(MExVersion)" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<PackageVersion Include="System.Threading.Channels" Version="8.0.0" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="[4.5.4,)" />
<PackageVersion Include="System.Threading.ThreadPool" Version="[4.3.0,)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="OpenTelemetry.Exporter.Console" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 69ee402

Please sign in to comment.