É o contrário.
You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework.
Isso lista dois fatos:
- Seu projeto é baseado em .NET 4.5.
- O pacote ('Win2D 0.0.10') é incompatível com o .NET 4.5.
Portanto, você precisa direcionar uma versão compatível do .NET ou solicitar ao autor do pacote que o suporte.