System.Linq (4.3.0)
Published 2023-05-05 11:40:56 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.3.0 System.Linq
About this package
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ).
Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement>
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Collections | 4.3.0 | .NETCore5.0 |
System.Diagnostics.Debug | 4.3.0 | .NETCore5.0 |
System.Resources.ResourceManager | 4.3.0 | .NETCore5.0 |
System.Runtime | 4.3.0 | .NETCore5.0 |
System.Runtime.Extensions | 4.3.0 | .NETCore5.0 |
System.Collections | 4.3.0 | .NETStandard1.0 |
System.Runtime | 4.3.0 | .NETStandard1.0 |
System.Collections | 4.3.0 | .NETStandard1.6 |
System.Diagnostics.Debug | 4.3.0 | .NETStandard1.6 |
System.Resources.ResourceManager | 4.3.0 | .NETStandard1.6 |
System.Runtime | 4.3.0 | .NETStandard1.6 |
System.Runtime.Extensions | 4.3.0 | .NETStandard1.6 |