When I try to add identity thru the cli cause the tooling is broken form the gui I get this error. I am using Blazor / Client Server. I persume I would scaffold my identity pages to the client.
Inference.targets(188,5): error NETSDK1032: The RuntimeIdentifier platform 'browser-wasm' and the PlatformTarget 'x64'
must be compatible.
I am running the scaffolding via this method
dotnet aspnet-codegenerator identity
As when I run it from the GuI it throws an error.