Platform Agnostic utility/library to install dotnet frameworks into a folder
npm install dotnet-install
> dotnet-install --help
DotNet Framework Installation Utility
(C) 2017 Microsoft Corporation.
Usage: dotnet-install [options]
Commands:
info Show installed information
list Show available dotnet framework versions
install Install dotnet framework version
remove Remove installed dotnet framework version
Options:
--help Show help [boolean]
`
#### Install
`
> dotnet-install install --version 1.0
Installing framework
Selected Framework: windows-1.0-x64
Installation folder: C:\Users\garrett\.dotnet
Downloading/Unpacking [-----] Done.
``