Prism.Core 6.1.0

Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices.  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, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.

Install-Package Prism.Core -Version 6.1.0
dotnet add package Prism.Core --version 6.1.0
<PackageReference Include="Prism.Core" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Prism.Core --version 6.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Prism.Core, 6.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Prism.Core as a Cake Addin
#addin nuget:?package=Prism.Core&version=6.1.0

// Install Prism.Core as a Cake Tool
#tool nuget:?package=Prism.Core&version=6.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

https://github.com/PrismLibrary/Prism/wiki/Release-Notes---6.1.0

Dependencies

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Prism.Core:

Package Downloads
Prism.Wpf
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. 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, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism.Wpf helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support.

Version History

Version Downloads Last updated
6.1.0 0 06.02.2022