NETStandard.Library 2.0.0-preview1-25301-01
A set of standard .NET APIs that are prescribed to be used and supported together.
57a0c74f36c8b254211c16547f6249b6604d527d
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on NETStandard.Library.
Packages | Downloads |
---|---|
System.Collections.Immutable
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
|
4,536 |
System.ComponentModel.Annotations
Provides attributes that are used to define metadata for objects used as data sources.
Commonly Used Types:
System.ComponentModel.DataAnnotations.ValidationResult
System.ComponentModel.DataAnnotations.IValidatableObject
System.ComponentModel.DataAnnotations.ValidationAttribute
System.ComponentModel.DataAnnotations.RequiredAttribute
System.ComponentModel.DataAnnotations.StringLengthAttribute
System.ComponentModel.DataAnnotations.DisplayAttribute
System.ComponentModel.DataAnnotations.RegularExpressionAttribute
System.ComponentModel.DataAnnotations.DataTypeAttribute
System.ComponentModel.DataAnnotations.RangeAttribute
System.ComponentModel.DataAnnotations.KeyAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
4,471 |
Sprache
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
|
4,454 |
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
|
4,432 |
Microsoft.Extensions.Configuration.Abstractions
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
|
4,423 |
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
|
4,420 |
System.Threading.Channels
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
When using NuGet 3.x this package requires at least version 3.4.
|
4,408 |
LiteDB
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit 'd13058ffe33a0885a783cfc8e23ca6748a30c10f' (see contained AppVeyorSettings.json file for build settings).
|
4,404 |
System.IO.Pipelines
Single producer single consumer byte buffer management.
Commonly Used Types:
System.IO.Pipelines.Pipe
System.IO.Pipelines.PipeWriter
System.IO.Pipelines.PipeReader
When using NuGet 3.x this package requires at least version 3.4.
|
4,399 |
Microsoft.Win32.Registry
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
When using NuGet 3.x this package requires at least version 3.4.
|
4,223 |
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
|
4,222 |
System.Security.Cryptography.ProtectedData
Provides access to Windows Data Protection Api.
Commonly Used Types:
System.Security.Cryptography.DataProtectionScope
System.Security.Cryptography.ProtectedData
When using NuGet 3.x this package requires at least version 3.4.
|
4,215 |
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
|
4,215 |
System.Security.AccessControl
Provides base classes that enable managing access and audit control lists on securable objects.
Commonly Used Types:
System.Security.AccessControl.AccessRule
System.Security.AccessControl.AuditRule
System.Security.AccessControl.ObjectAccessRule
System.Security.AccessControl.ObjectAuditRule
System.Security.AccessControl.ObjectSecurity
When using NuGet 3.x this package requires at least version 3.4.
|
4,213 |
System.ComponentModel.Annotations
Provides attributes that are used to define metadata for objects used as data sources.
Commonly Used Types:
System.ComponentModel.DataAnnotations.ValidationResult
System.ComponentModel.DataAnnotations.IValidatableObject
System.ComponentModel.DataAnnotations.ValidationAttribute
System.ComponentModel.DataAnnotations.RequiredAttribute
System.ComponentModel.DataAnnotations.StringLengthAttribute
System.ComponentModel.DataAnnotations.DisplayAttribute
System.ComponentModel.DataAnnotations.RegularExpressionAttribute
System.ComponentModel.DataAnnotations.DataTypeAttribute
System.ComponentModel.DataAnnotations.RangeAttribute
System.ComponentModel.DataAnnotations.KeyAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
4,204 |
System.ComponentModel.Annotations
Provides attributes that are used to define metadata for objects used as data sources.
Commonly Used Types:
System.ComponentModel.DataAnnotations.ValidationResult
System.ComponentModel.DataAnnotations.IValidatableObject
System.ComponentModel.DataAnnotations.ValidationAttribute
System.ComponentModel.DataAnnotations.RequiredAttribute
System.ComponentModel.DataAnnotations.StringLengthAttribute
System.ComponentModel.DataAnnotations.DisplayAttribute
System.ComponentModel.DataAnnotations.RegularExpressionAttribute
System.ComponentModel.DataAnnotations.DataTypeAttribute
System.ComponentModel.DataAnnotations.RangeAttribute
System.ComponentModel.DataAnnotations.KeyAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
4,057 |
DotNetEnv
A .NET library to load environment variables from .env files
|
3,988 |
NaturalSort.Extension
Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
|
3,941 |
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
3,929 |
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
1,871 |
https://go.microsoft.com/fwlink/?LinkID=799421
MonoAndroid 1.0
- Microsoft.NETCore.Platforms (>= 1.1.0)
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
.NET Standard 1.5
- System.Threading (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.AppContext (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Diagnostics.Tracing (>= 4.3.0)
.NET Standard 1.6
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.AppContext (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
.NET Standard 1.4
- System.Threading (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.AppContext (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Diagnostics.Tracing (>= 4.3.0)
UAP 10.0
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.AppContext (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
Xamarin.WatchOS 1.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
Xamarin.TVOS 1.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
Xamarin.Mac 2.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
Xamarin.iOS 1.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
WindowsPhoneApp 8.1
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
UAP 10.1
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NETPortable 4.6
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NETPortable 4.5
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NETPortable 4.5
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NET Standard 2.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NET Standard 1.2
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Collections (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
.NET Standard 1.1
- System.Net.Http (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Collections (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
.NET Standard 1.0
- System.Xml.XDocument (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Collections (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.Diagnostics.Tools (>= 4.3.0)
.NET Framework 4.6
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Console (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.AppContext (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
.NET Framework 4.5.1
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NET Framework 4.5
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
MonoTouch 1.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NET Core 2.0
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NET Framework 4.6.1
- Microsoft.Packaging.Tools (>= 1.0.0-preview1-25301-01)
- Microsoft.NETCore.Platforms (>= 1.1.0)
.NET Standard 1.3
- System.Threading (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.AppContext (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.0)
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 70 | 12/01/2021 |
2.0.2 | 38 | 12/21/2021 |
2.0.1 | 32 | 03/15/2023 |
2.0.0 | 51 | 12/21/2021 |
2.0.0-preview2-25401-01 | 32 | 12/21/2021 |
2.0.0-preview1-25301-01 | 33 | 06/28/2023 |
1.6.1 | 4,435 | 11/09/2020 |
1.6.1-preview1-24530-04 | 33 | 12/21/2021 |
1.6.0 | 34 | 07/07/2023 |
1.5.0-rc2-24027 | 34 | 07/05/2023 |