System.Configuration.Abstractions
2.0.2.45
dotnet add package System.Configuration.Abstractions --version 2.0.2.45
NuGet\Install-Package System.Configuration.Abstractions -Version 2.0.2.45
<PackageReference Include="System.Configuration.Abstractions" Version="2.0.2.45" />
paket add System.Configuration.Abstractions --version 2.0.2.45
#r "nuget: System.Configuration.Abstractions, 2.0.2.45"
// Install System.Configuration.Abstractions as a Cake Addin #addin nuget:?package=System.Configuration.Abstractions&version=2.0.2.45 // Install System.Configuration.Abstractions as a Cake Tool #tool nuget:?package=System.Configuration.Abstractions&version=2.0.2.45
Interfaced wrappers around System Configuration ConfigurationManager with support for extensibility points and strongly typed helpers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- NETStandard.Library (>= 2.0.0)
- System.Configuration.ConfigurationManager (>= 4.4.1)
NuGet packages (31)
Showing the top 5 NuGet packages that depend on System.Configuration.Abstractions:
Package | Downloads |
---|---|
GreatUtilities.Infrastructure
Essencial tools to agile development. |
|
ZayniFramework3.Common
Common used C# .NET libraries (for .NET Core and .NET Framework) such as configuration management, extensions API, dynamic object helper API, reflection helper, AOP interceptors, delegate invoker, TaskQueue, iterators... etc Also provide common used IResult interface, dynamic BaseResult class and built-in ConsoleCommandService with ICommand interface. |
|
NEsper
A component for complex event processing (CEP). NEsper enables rapid development of applications that process large volumes of incoming messages or events, regardless of whether incoming messages are historical or real-time in nature. NEsper filters and analyze events in various ways, and respond to conditions of interest with minimal latency. |
|
UniversalAnalyticsMeasurementProtocolWrapper
Wrapper for pushing data to Universal Analytics properties via the Measurement Protocol (version 1) on the server-side. This version only supports pushing Event data to web properties. |
|
Hardcore.Core
A core of the Hardcore framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.2.45 | 4,393,274 | 4/14/2018 |
2.0.2.44 | 1,783 | 4/14/2018 |
2.0.2.42 | 1,669 | 4/14/2018 |
2.0.2.39 | 2,999 | 4/14/2018 |
2.0.2.37 | 69,598 | 2/15/2018 |
2.0.2.26 | 540,124 | 11/26/2015 |
2.0.2.24 | 24,751 | 9/17/2015 |
2.0.2.21 | 16,272 | 5/29/2015 |
2.0.2.19 | 2,494 | 5/21/2015 |
2.0.2.17 | 11,449 | 2/18/2015 |
2.0.2.15 | 46,629 | 4/14/2014 |
2.0.2.3 | 9,895 | 3/29/2014 |
1.1.5064.25905 | 2,517 | 11/12/2013 |
1.0.5058.39992 | 2,554 | 11/6/2013 |
Added support for .NET40 - one of the .NET45 only interfaces is unavailable in the .NET40 port.