Strike.USSD.Configuration 1.0.7

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Strike.USSD.Configuration --version 1.0.7
NuGet\Install-Package Strike.USSD.Configuration -Version 1.0.7
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="Strike.USSD.Configuration" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Strike.USSD.Configuration --version 1.0.7
#r "nuget: Strike.USSD.Configuration, 1.0.7"
#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 Strike.USSD.Configuration as a Cake Addin
#addin nuget:?package=Strike.USSD.Configuration&version=1.0.7

// Install Strike.USSD.Configuration as a Cake Tool
#tool nuget:?package=Strike.USSD.Configuration&version=1.0.7

The USSD integration layer will deserialize any JSON formatted configuration it receives as .NET configuration classes, therefore this package is not required in order to serve USSD configuration, but for internal projects it is useful to return the .NET configuration type in API methods and to let the default serializer take care of the JSON serialization.

Also, in some instances it is useful to be able to create components like pages in their .NET form in order to take advantage of inheritance to quickly create / generate pages that share the same components (like say the same set of selections).

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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

Update to SCL Utilities package reference round two.