Info
Version: | 9.0.537 |
Author(s): | Brian Lagunas, Dan Siegel |
Last Update: | Tuesday, August 20, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/PrismLibrary/Prism |
NuGet Url: | https://www.nuget.org/packages/Prism.Core |
Install
Install-Package Prism.Core
dotnet add package Prism.Core
paket add Prism.Core
Prism.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.ValueTuple(>= 4.5.0)
No dependencies.
No dependencies.
Tags
Prism's core functionality is a shared code base in a class library that does not target any specific Application Framework. Features that need to be platform specific are implemented in the respective libraries for the target platform.