Last active
June 15, 2017 22:25
-
-
Save syaifulnizamyahya/f817e750b491e4fc76cd6bf0d804afa2 to your computer and use it in GitHub Desktop.
UWP Mush Have Nuget Toolkit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install-Package WindowsAppStudio.DataProviders | |
| Install-Package WindowsAppStudio.Uwp | |
| Install-Package WindowsAppStudio.Common | |
| Install-Package WindowsAppStudio.Controls -Pre | |
| Install-Package Microsoft.Toolkit.Uwp | |
| Install-Package Microsoft.Toolkit.Uwp.UI | |
| Install-Package Microsoft.Toolkit.Uwp.UI.Animations | |
| Install-Package Microsoft.Toolkit.Uwp.UI.Controls | |
| Install-Package Microsoft.Toolkit.Uwp.Services | |
| Install-Package Microsoft.Toolkit.Uwp.Notifications | |
| Install-Package winrtxamltoolkit | |
| Install-Package WinRTXamlToolkit.Controls.Calendar | |
| Install-Package WinRTXamlToolkit.Controls.DataVisualization | |
| Install-Package WinRTXamlToolkit.Controls.Gauge | |
| Install-Package WinRTXamlToolkit.Debugging | |
| Install-Package Telerik.UI.for.UniversalWindowsPlatform | |
| Install-Package Template10 | |
| Install-Package Serilog | |
| Install-Package Newtonsoft.Json | |
| Install-Package sqlite-net-pcl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment