-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing nuget for 4.0.0-beta3 release #445
Comments
It could also be that main seems to be at [4.0.0-beta4] but that does not look to be published so that may be why the demo in main does not work with the published pre-release nuget packages |
@Regenhardt I am not sure if you cna provide any guidance here as i beleive this is your changes to add the blazor support |
The |
Hey, this is on my radar but I'll be transparent and say that it's not my top priority. For now @gilliganc I think I'd recommend you to use the source if your building a blazor app. |
Will do. |
In the release above the following was added:
Feature/blazor wasm by @Regenhardt in #379
Looking at the demo for this in master it seems that the contents of Src/Fido2.BlazorWebAssembly should have been published as a new nuget package or maybe added to one of the existing nugets but that does not seem to be the case currently on nuget.org
You can see the BlazorWasmDemo clients project references it at BlazorWasmDemo/Client/BlazorWasmDemo.Client.csproj and copying the relevent code from the demo and using just the nugets available was not able to find the dependancies needed in the code. I was using the 4.0.0-beta3 nuget packages that were available on nuget.
The text was updated successfully, but these errors were encountered: