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

Remove WebView dependency to AspNetCore.App #31071

Merged
1 commit merged into from
Mar 19, 2021

Commits on Mar 19, 2021

  1. Remove WebView dependency to AspNetCore.App

    The Blazor Desktop project must not depend on Microsoft.AspNetCore.App because it needs to run on almost any platform, including Android/iOS. But AspNetCore.App doesn't run on those platforms. This changes WebView to not use any packages that are part of AspNetCore.App, such as StaticFiles and Http.Abstractions. Instead, it has copies of those files.
    Eilon committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    42879f6 View commit details
    Browse the repository at this point in the history