Skip to content

Commit 8a1ee24

Browse files
Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 9.0.1
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) from 7.0.0 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b1a978 commit 8a1ee24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Akka.Hosting.TestKit.Tests/Akka.Hosting.TestKit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
12+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1414
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1515
<PackageReference Include="FluentAssertions" Version="6.12.2" />

src/Akka.Hosting.TestKit/Akka.Hosting.TestKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Akka.TestKit.Xunit2" Version="$(AkkaVersion)" />
13-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
13+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.1" />
1414
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1515
<PackageReference Include="Microsoft.Extensions.Hosting" Version="$(MicrosoftExtensionsVersion)" />
1616
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />

0 commit comments

Comments
 (0)