Skip to content

Commit f0af566

Browse files
chore: Bump System.Linq.Async from 6.0.3 to 7.0.0 (#113)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db9e6ba commit f0af566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventSourcingDb.Tests/EventSourcingDb.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
17-
<PackageReference Include="System.Linq.Async" Version="6.0.3" Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) &lt; 10.0" />
17+
<PackageReference Include="System.Linq.Async" Version="7.0.0" Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) &lt; 10.0" />
1818
<PackageReference Include="xunit" Version="2.9.3" />
1919
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.10"/>
2020
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.10"/>

0 commit comments

Comments
 (0)