Table of Contents

Package Installation

Assuming the following project structure:

- MyCoolApp (netstandard library)
- MyCoolApp.WPF (application)
- MyCoolApp.UnitTests (tests)

Please ensure that you are targeting at least windows10.0.17763.0

i.e <TargetFramework>net8.0-windows10.0.17763.0</TargetFramework> in your csproj file.