WASM - Deployment
#18207
Replies: 1 comment 5 replies
-
But other than that, I would really recommend just using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am testing Avalonia WASM. The
browsertest
example, see how-to-use-web-assembly, is working fine within my IDE (Rider, Linux) and from console viadotnet run
.But I am failing to publish the Browser project to a folder while the Desktop part is fine. Maybe I am missing some installation?
With setting target runtime as
Portable
I get the message1>WasmApp.Common.targets(272,5): Error : $(MicrosoftNetCoreAppRuntimePackDir)='', and cannot find %(ResolvedRuntimePack.PackageDirectory)=. One of these need to be set to a valid path
with a specific target runtime as
win-x64
or others I get0>browsertest.sln.metaproj: Error MSB4057 : Das Ziel "browsertest:Restore" ist im Projekt nicht vorhanden.
target browsertest:Restore is not found in the project.
What's missing or wrong?
--EDIT:--
I was using the
Publish
function from Rider.Beta Was this translation helpful? Give feedback.
All reactions