From 5297adcdb0f0e0c50881f36a95afbd89e9144ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:15:58 +0000 Subject: [PATCH] Bump Microsoft.Bcl.AsyncInterfaces from 6.0.0 to 8.0.0 in /Ix.NET/Source Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj | 4 ++-- .../refs/System.Linq.Async.Ref/System.Linq.Async.Ref.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj b/Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj index 5c86d96bf..e74362e2e 100644 --- a/Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj +++ b/Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj @@ -1,4 +1,4 @@ - + net48;netstandard2.0;netstandard2.1;net6.0 @@ -26,7 +26,7 @@ - + diff --git a/Ix.NET/Source/refs/System.Linq.Async.Ref/System.Linq.Async.Ref.csproj b/Ix.NET/Source/refs/System.Linq.Async.Ref/System.Linq.Async.Ref.csproj index 231da0591..1550df218 100644 --- a/Ix.NET/Source/refs/System.Linq.Async.Ref/System.Linq.Async.Ref.csproj +++ b/Ix.NET/Source/refs/System.Linq.Async.Ref/System.Linq.Async.Ref.csproj @@ -1,4 +1,4 @@ - + LINQ Standard Query Operators used to express queries over asynchronous enumerable sequences. @@ -11,7 +11,7 @@ + Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />