Compat.Configuration.Install 1.0.5-gee031b6125

This is a prerelease version of Compat.Configuration.Install.
dotnet add package Compat.Configuration.Install --version 1.0.5-gee031b6125
NuGet\Install-Package Compat.Configuration.Install -Version 1.0.5-gee031b6125
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Compat.Configuration.Install" Version="1.0.5-gee031b6125" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Compat.Configuration.Install --version 1.0.5-gee031b6125
#r "nuget: Compat.Configuration.Install, 1.0.5-gee031b6125"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Compat.Configuration.Install as a Cake Addin
#addin nuget:?package=Compat.Configuration.Install&version=1.0.5-gee031b6125&prerelease

// Install Compat.Configuration.Install as a Cake Tool
#tool nuget:?package=Compat.Configuration.Install&version=1.0.5-gee031b6125&prerelease

Porting of Compat.Configuration.Install for .NET Core. (.NET 4.0 version)

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5-gee031b6125 206 12/28/2021
1.0.2 368 11/9/2021
1.0.0 342 10/20/2021

Using the official System.Diagnostic classes. Thanks Gábor Zavarkó.
     For from https://github.com/flamencist/Core.Compat.Configuration.Install.
     Renamed to "Compat.Configuration.Install".
     Removed dependency on Newtonsoft.Json, replaced with NetDataContractSerializer from Compat.Runtime.Serialization.
     Updated to .NET 6.0.