Table of Contents

Package Installation

Assuming the following project structure:

- MyCoolApp (netstandard library)
- MyCoolApp.UI (netstandard library)
- MyCoolApp.Services.Droid (platform library)
- MyCoolApp.Services.iOS (platform library)
- MyCoolApp.Services.UWP (platform library)
- MyCoolApp.Droid (application)
- MyCoolApp.iOS (application)
- MyCoolApp.UWP (application)
- MyCoolApp.UnitTests (tests)