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" />