SW.PrismNet6 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SW.PrismNet6 --version 1.0.0
NuGet\Install-Package SW.PrismNet6 -Version 1.0.0
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="SW.PrismNet6" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SW.PrismNet6 --version 1.0.0
#r "nuget: SW.PrismNet6, 1.0.0"
#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 SW.PrismNet6 as a Cake Addin
#addin nuget:?package=SW.PrismNet6&version=1.0.0

// Install SW.PrismNet6 as a Cake Tool
#tool nuget:?package=SW.PrismNet6&version=1.0.0

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, and Xamarin Forms. Separate releases are available for each platform and those will be developed on independent timelines. Prism provides an implementation of a collection of design patterns that are helpful in writing well-structured and maintainable XAML applications, including MVVM, dependency injection, commands, EventAggregator, and others. Prism's core functionality is a shared code base in a Cross Compiled .NET Standard and .NET 4.5/4.8 Library. Those things that need to be platform specific are implemented in the respective libraries for the target platform. Prism also provides great integration of these patterns with the target platform. For example, Prism for Xamarin Forms allows you to use an abstraction for navigation that is unit testable, but that layers on top of the platform concepts and APIs for navigation so that you can fully leverage what the platform itself has to offer, but done in the MVVM way.

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.1.1 120 1/4/2024
1.1.0 82 1/3/2024
1.0.0 159 11/10/2023