Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
prochnowc committed Feb 28, 2024
1 parent d8d299a commit f2972da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AppCoreNet.Mediator/AppCoreNet.Mediator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AppCoreNet.Extensions.DependencyInjection.Abstractions" Version="0.5.0" />
<PackageReference Include="AppCoreNet.Extensions.DependencyInjection.Abstractions" Version="0.5.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworks)' == 'net8.0'">
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AppCoreNet.Diagnostics.Sources" Version="0.5.1">
<PackageReference Include="AppCoreNet.Diagnostics.Sources" Version="0.5.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="AppCoreNet.TypeHelpers.Sources" Version="0.5.1">
<PackageReference Include="AppCoreNet.TypeHelpers.Sources" Version="0.5.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0">
Expand Down

0 comments on commit f2972da

Please sign in to comment.