Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
136 stars 4 forks source link

Recreate WASM app head #269

Closed Arlodotexe closed 1 year ago

Arlodotexe commented 1 year ago

Background

The webassembly head was recently removed from the solution.

The problem

It needs to be added back before we can release 0.1.0.

The solution

Recreate the head from the most up-to-date Uno templates. Uno now allows targeting .NET 7 instead of .NET Standard 2.0 for library projects, so you'll need to add that TargetFramework and a reference to Uno to each UI library.