File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
System.Interactive/System/Linq/Operators
System.Linq.Async.SourceGenerator Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace System.Linq
9
9
public static partial class EnumerableEx
10
10
{
11
11
12
- #if ! ( REFERENCE_ASSEMBLY && ( NET6_0 ) )
12
+ #if ! ( REFERENCE_ASSEMBLY && ( NET6_0_OR_GREATER ) )
13
13
/// <summary>
14
14
/// Returns the maximum value in the enumerable sequence by using the specified comparer to compare values.
15
15
/// </summary>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace System.Linq
8
8
{
9
9
public static partial class EnumerableEx
10
10
{
11
- #if ! ( REFERENCE_ASSEMBLY && ( NET6_0 ) )
11
+ #if ! ( REFERENCE_ASSEMBLY && ( NET6_0_OR_GREATER ) )
12
12
/// <summary>
13
13
/// Returns the elements with the maximum key value by using the default comparer to compare key values.
14
14
/// </summary>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace System.Linq
8
8
{
9
9
public static partial class EnumerableEx
10
10
{
11
- #if ! ( REFERENCE_ASSEMBLY && ( NET6_0 ) )
11
+ #if ! ( REFERENCE_ASSEMBLY && ( NET6_0_OR_GREATER ) )
12
12
/// <summary>
13
13
/// Returns the minimum value in the enumerable sequence by using the specified comparer to compare values.
14
14
/// </summary>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace System.Linq
9
9
public static partial class EnumerableEx
10
10
{
11
11
12
- #if ! ( REFERENCE_ASSEMBLY && ( NET6_0 ) )
12
+ #if ! ( REFERENCE_ASSEMBLY && ( NET6_0_OR_GREATER ) )
13
13
/// <summary>
14
14
/// Returns the elements with the minimum key value by using the default comparer to compare key values.
15
15
/// </summary>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace System.Linq
8
8
{
9
9
public static partial class EnumerableEx
10
10
{
11
- #if ! ( REFERENCE_ASSEMBLY && ( NETCOREAPP2_1 || NETSTANDARD2_1 ) )
11
+ #if ! ( REFERENCE_ASSEMBLY && ( NETCOREAPP2_1_OR_GREATER || NETSTANDARD2_1_OR_GREATER ) )
12
12
/// <summary>
13
13
/// Bypasses a specified number of contiguous elements from the end of the sequence and returns the remaining elements.
14
14
/// </summary>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace System.Linq
8
8
{
9
9
public static partial class EnumerableEx
10
10
{
11
- #if ! ( REFERENCE_ASSEMBLY && ( NETCOREAPP2_1 || NETSTANDARD2_1 ) )
11
+ #if ! ( REFERENCE_ASSEMBLY && ( NETCOREAPP2_1_OR_GREATER || NETSTANDARD2_1_OR_GREATER ) )
12
12
/// <summary>
13
13
/// Returns a specified number of contiguous elements from the end of the sequence.
14
14
/// </summary>
Original file line number Diff line number Diff line change 5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.9.0 " PrivateAssets =" all" />
8
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1 " PrivateAssets =" all" />
9
9
<PackageReference Include =" IsExternalInit" Version =" 1.0.2" PrivateAssets =" all" />
10
10
</ItemGroup >
11
11
</Project >
You can’t perform that action at this time.
0 commit comments