|
@@ -4,12 +4,12 @@
|
|
|
<Description>LINQ Standard Query Operators used to express queries over asynchronous enumerable sequences.</Description>
|
|
|
<AssemblyTitle>System.Linq.Async</AssemblyTitle>
|
|
|
<Authors>Microsoft</Authors>
|
|
|
- <TargetFrameworks>net45;netstandard2.0;netcoreapp3.0</TargetFrameworks>
|
|
|
+ <TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
|
|
|
<PackageTags>Enumerable;Asynchronous;LINQ</PackageTags>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' "
|
|
|
+ <PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' "
|
|
|
Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
|
|
|
</ItemGroup>
|
|
|
|