Info
Version: | 7.0.0.336-pre |
Author(s): | Brian Lagunas, Bart Lannoeye, Dan Siegel |
Last Update: | Thursday, December 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PrismLibrary/Prism |
NuGet Url: | https://www.nuget.org/packages/Prism.SimpleInjector.Windows |
Install
Install-Package Prism.SimpleInjector.Windows
dotnet add package Prism.SimpleInjector.Windows
paket add Prism.SimpleInjector.Windows
Prism.SimpleInjector.Windows Download (Unzip the "nupkg" after downloading)
Dependencies
- Prism.Windows(>= 7.0.0.336)
- CommonServiceLocator(>= 1.3.0)
- Microsoft.NETCore.UniversalWindowsPlatform(>= 6.0.1)
- SimpleInjector(>= 4.0.12)
Tags
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 for UWP helps you more easily design and build rich, flexible, and easy to maintain UWP applications.