Open johnkiddjr opened 3 years ago
I recently upgrade to .Net 5. If you are using .Net Core 3.1 you will have to use a previous version.
Sorry, I got rid of all my .Net Core packages and I am trying to use only .Net 5 going forward.
Sorry for the confusion.
From: John Kidd Jr notifications@github.com Sent: Tuesday, December 8, 2020 6:34 PM To: DataJuggler/BlazorFileUpload BlazorFileUpload@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [DataJuggler/BlazorFileUpload] Support for Blazor WASM project types (#18)
Not sure if there is no support, or if I'm just doing something wrong here.
I'm using .Net Core 3.1, with a Blazor WASM standalone project, which does not have a _host.cshtml file under pages. Some quick research tells me the index.html under wwwroot is basically the same since I can set scripts and css that affect the whole project there just like _host.cshtml.
Problem is that even with the script set to load there I can't deploy or test my project as it tells me it can't find the DataJuggler namespace.
Is there a different procedure for setting this up on WASM, or am I just out of luck here?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/DataJuggler/BlazorFileUpload/issues/18, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGI4P7OYZWH4QMXLJRQLGXTST3AXVANCNFSM4USXLREQ.
Not sure if there is no support, or if I'm just doing something wrong here.
I'm using .Net Core 3.1, with a Blazor WASM standalone project, which does not have a _host.cshtml file under pages. Some quick research tells me the index.html under wwwroot is basically the same since I can set scripts and css that affect the whole project there just like _host.cshtml.
Problem is that even with the script set to load there I can't deploy or test my project as it tells me it can't find the DataJuggler namespace.
Is there a different procedure for setting this up on WASM, or am I just out of luck here?