Skip to content
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

Migration to current stable version need it #124

Closed
sgermosen opened this issue Jun 2, 2020 · 1 comment · Fixed by #150
Closed

Migration to current stable version need it #124

sgermosen opened this issue Jun 2, 2020 · 1 comment · Fixed by #150

Comments

@sgermosen
Copy link
Contributor

Recently I was trying to make filter by skills but, I get some errors by the version of the library I had installed on my computer, so, when I try to get the specific nuget, I found than almost all dependencies are deprecated

As you can see here: https://www.nuget.org/packages/Microsoft.AspNetCore.Blazor.Build/3.0.0-preview5-19227-01

Microsoft.AspNetCore.Blazor.Build is replaced by Microsoft.AspNetCore.Components.WebAssembly.Build

as you can see here https://www.nuget.org/packages/Microsoft.AspNetCore.Blazor.DevServer/3.0.0-preview7.19365.7

Microsoft.AspNetCore.Blazor.DevServer is replaced by Microsoft.AspNetCore.Components.WebAssembly.DevServer

Microsoft.AspNetCore.Blazor.HttpClient is still working on preview, but, the current version only work with ASpNetCore, and that was a problem than stop me to work, I try to migrated the solution following those steps:https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-preview-4-release-now-available/

but this migration its only for a netcore project, so, in this particular case, I think than the better alternative its create a new solution on stable version

@AngelGarcia13
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants