|  | 
| 1 |  | -<Project Sdk="Microsoft.NET.Sdk"> | 
|  | 1 | +<Project Sdk="Microsoft.NET.Sdk"> | 
| 2 | 2 | 
 | 
| 3 | 3 |   <PropertyGroup> | 
| 4 | 4 |     <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppPrevious);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> | 
|  | 
| 18 | 18 |   </PropertyGroup> | 
| 19 | 19 | 
 | 
| 20 | 20 |   <ItemGroup> | 
| 21 |  | -    <Compile Include="System\Linq\Shuffle.cs" /> | 
| 22 |  | -    <Compile Include="System\Linq\SkipLast.cs" /> | 
| 23 |  | -    <Compile Include="System\Linq\SkipWhile.cs" /> | 
| 24 |  | -    <Compile Include="System\Linq\Append.cs" /> | 
| 25 |  | -    <Compile Include="System\Linq\Empty.cs" /> | 
| 26 |  | -    <Compile Include="System\Linq\MaxByAsync.cs" /> | 
| 27 |  | -    <Compile Include="System\Linq\MinAsync.cs" /> | 
| 28 |  | -    <Compile Include="System\Linq\Cast.cs" /> | 
| 29 |  | -    <Compile Include="System\Linq\AsyncEnumerable.cs" /> | 
| 30 |  | -    <Compile Include="System\Linq\TakeLast.cs" /> | 
| 31 |  | -    <Compile Include="System\Linq\TakeWhile.cs" /> | 
| 32 |  | -    <Compile Include="System\Linq\UnionBy.cs" /> | 
| 33 | 21 |     <Compile Include="System\Linq\AggregateAsync.cs" /> | 
| 34 |  | -    <Compile Include="System\Linq\AnyAsync.cs" /> | 
|  | 22 | +    <Compile Include="System\Linq\AggregateBy.cs" /> | 
| 35 | 23 |     <Compile Include="System\Linq\AllAsync.cs" /> | 
| 36 |  | -    <Compile Include="System\Linq\Prepend.cs" /> | 
|  | 24 | +    <Compile Include="System\Linq\AnyAsync.cs" /> | 
|  | 25 | +    <Compile Include="System\Linq\Append.cs" /> | 
|  | 26 | +    <Compile Include="System\Linq\AsyncEnumerable.cs" /> | 
| 37 | 27 |     <Compile Include="System\Linq\AverageAsync.cs" /> | 
|  | 28 | +    <Compile Include="System\Linq\Cast.cs" /> | 
| 38 | 29 |     <Compile Include="System\Linq\Chunk.cs" /> | 
| 39 | 30 |     <Compile Include="System\Linq\Concat.cs" /> | 
| 40 | 31 |     <Compile Include="System\Linq\ContainsAsync.cs" /> | 
| 41 |  | -    <Compile Include="System\Linq\AggregateBy.cs" /> | 
| 42 |  | -    <Compile Include="System\Linq\CountBy.cs" /> | 
| 43 | 32 |     <Compile Include="System\Linq\CountAsync.cs" /> | 
|  | 33 | +    <Compile Include="System\Linq\CountBy.cs" /> | 
| 44 | 34 |     <Compile Include="System\Linq\DefaultIfEmpty.cs" /> | 
| 45 |  | -    <Compile Include="System\Linq\DistinctBy.cs" /> | 
| 46 | 35 |     <Compile Include="System\Linq\Distinct.cs" /> | 
|  | 36 | +    <Compile Include="System\Linq\DistinctBy.cs" /> | 
| 47 | 37 |     <Compile Include="System\Linq\ElementAtAsync.cs" /> | 
| 48 |  | -    <Compile Include="System\Linq\ToAsyncEnumerable.cs" /> | 
| 49 |  | -    <Compile Include="System\Linq\ExceptBy.cs" /> | 
|  | 38 | +    <Compile Include="System\Linq\Empty.cs" /> | 
| 50 | 39 |     <Compile Include="System\Linq\Except.cs" /> | 
|  | 40 | +    <Compile Include="System\Linq\ExceptBy.cs" /> | 
| 51 | 41 |     <Compile Include="System\Linq\FirstAsync.cs" /> | 
| 52 | 42 |     <Compile Include="System\Linq\GroupBy.cs" /> | 
| 53 | 43 |     <Compile Include="System\Linq\GroupJoin.cs" /> | 
| 54 | 44 |     <Compile Include="System\Linq\Index.cs" /> | 
| 55 |  | -    <Compile Include="System\Linq\IntersectBy.cs" /> | 
| 56 | 45 |     <Compile Include="System\Linq\Intersect.cs" /> | 
|  | 46 | +    <Compile Include="System\Linq\IntersectBy.cs" /> | 
| 57 | 47 |     <Compile Include="System\Linq\Join.cs" /> | 
| 58 | 48 |     <Compile Include="System\Linq\LastAsync.cs" /> | 
| 59 | 49 |     <Compile Include="System\Linq\LeftJoin.cs" /> | 
| 60 |  | -    <Compile Include="System\Linq\ToArrayAsync.cs" /> | 
| 61 |  | -    <Compile Include="System\Linq\ToDictionaryAsync.cs" /> | 
| 62 |  | -    <Compile Include="System\Linq\ToListAsync.cs" /> | 
| 63 |  | -    <Compile Include="System\Linq\ToLookupAsync.cs" /> | 
| 64 | 50 |     <Compile Include="System\Linq\MaxAsync.cs" /> | 
|  | 51 | +    <Compile Include="System\Linq\MaxByAsync.cs" /> | 
|  | 52 | +    <Compile Include="System\Linq\MinAsync.cs" /> | 
| 65 | 53 |     <Compile Include="System\Linq\MinByAsync.cs" /> | 
| 66 | 54 |     <Compile Include="System\Linq\OfType.cs" /> | 
| 67 | 55 |     <Compile Include="System\Linq\OrderBy.cs" /> | 
|  | 56 | +    <Compile Include="System\Linq\Prepend.cs" /> | 
| 68 | 57 |     <Compile Include="System\Linq\Range.cs" /> | 
| 69 | 58 |     <Compile Include="System\Linq\Repeat.cs" /> | 
| 70 | 59 |     <Compile Include="System\Linq\Reverse.cs" /> | 
| 71 | 60 |     <Compile Include="System\Linq\RightJoin.cs" /> | 
| 72 | 61 |     <Compile Include="System\Linq\Select.cs" /> | 
| 73 | 62 |     <Compile Include="System\Linq\SelectMany.cs" /> | 
| 74 | 63 |     <Compile Include="System\Linq\SequenceEqualAsync.cs" /> | 
|  | 64 | +    <Compile Include="System\Linq\Shuffle.cs" /> | 
| 75 | 65 |     <Compile Include="System\Linq\SingleAsync.cs" /> | 
| 76 | 66 |     <Compile Include="System\Linq\Skip.cs" /> | 
|  | 67 | +    <Compile Include="System\Linq\SkipLast.cs" /> | 
|  | 68 | +    <Compile Include="System\Linq\SkipWhile.cs" /> | 
| 77 | 69 |     <Compile Include="System\Linq\SumAsync.cs" /> | 
| 78 | 70 |     <Compile Include="System\Linq\Take.cs" /> | 
|  | 71 | +    <Compile Include="System\Linq\TakeLast.cs" /> | 
|  | 72 | +    <Compile Include="System\Linq\TakeWhile.cs" /> | 
| 79 | 73 |     <Compile Include="System\Linq\ThrowHelper.cs" /> | 
|  | 74 | +    <Compile Include="System\Linq\ToArrayAsync.cs" /> | 
|  | 75 | +    <Compile Include="System\Linq\ToAsyncEnumerable.cs" /> | 
|  | 76 | +    <Compile Include="System\Linq\ToDictionaryAsync.cs" /> | 
| 80 | 77 |     <Compile Include="System\Linq\ToHashSetAsync.cs" /> | 
|  | 78 | +    <Compile Include="System\Linq\ToListAsync.cs" /> | 
|  | 79 | +    <Compile Include="System\Linq\ToLookupAsync.cs" /> | 
| 81 | 80 |     <Compile Include="System\Linq\Union.cs" /> | 
|  | 81 | +    <Compile Include="System\Linq\UnionBy.cs" /> | 
| 82 | 82 |     <Compile Include="System\Linq\Where.cs" /> | 
| 83 | 83 |     <Compile Include="System\Linq\Zip.cs" /> | 
| 84 | 84 |   </ItemGroup> | 
| 85 | 85 | 
 | 
|  | 86 | +  <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'"> | 
|  | 87 | +    <Compile Include="System\Linq\InfiniteSequence.cs" /> | 
|  | 88 | +    <Compile Include="System\Linq\Sequence.cs" /> | 
|  | 89 | +  </ItemGroup> | 
|  | 90 | + | 
| 86 | 91 |   <ItemGroup Condition="'$(TargetFramework)' == '$(NetCoreAppCurrent)'"> | 
| 87 | 92 |     <Reference Include="System.Collections" /> | 
| 88 | 93 |     <Reference Include="System.Linq" /> | 
|  | 
0 commit comments