Now that several external platform components have stabilized, it's time to move over to them and move forward: * [ ] Move to .NET Core/Standard 2.x: * [x] `TugDSC.Abstractions` (formerly `Tug.Base`) * [x] Tests * [x] `TugDSC.Server.Abstractions` (formerly `Tug.Server.Base`) * [x] `TugDSC.Server.WebAppHost` (formerly `Tug.Server`) * [x] Tests * [x] `TugDSC.Client.CLIApp` (formerly `Tug.Client`) * [x] Tests * [ ] `TugDSC.Server.FaaS.AwsLambda` (formerly `Tug.Server.FaaS.AwsLambda`) * [ ] Move to PowerShell Core v6 * [ ] `TugDSC.Server.Providers.PS6Handler` (replaces `Tug.Server.Providers.Ps5DscHandler`) * [ ] Rework the extension loading mechanism -- it's unnecessarily, overly complex -- move away from MEF for now. * [ ] Clean up the "bundling" process and release bundles for more configurations * [ ] Start work on Admin API endpoint and supporting client cmdlets * [ ] Come up with a good solution for encrypted config elements (e.g. passwords) * [ ] Start work on UI layer