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

[wasm] Update Wasm.Build.Tests to build with tfm=net9.0 #93693

Merged
merged 14 commits into from
Oct 27, 2023

Commits on Oct 24, 2023

  1. workload-testing.targets: Make dotnet script paths available outside

    .. targets. This is useful when `dotnet-none` is already installed and
    thus the installation target does not run.
    radical committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    cec490e View commit details
    Browse the repository at this point in the history
  2. WorkloadManifest.targets: Disable workaround to use net9.0 artifacts

    .. with `tfm=net8.0` . But don't disable this for Blazor projects which
    are still using `tfm=net8.0`.
    radical committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6dd7a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fb7c19 View commit details
    Browse the repository at this point in the history
  4. [wasm] Allow WBTOverridePack targets use to be set per test

    This allows having it enabled only for the blazor projects right now,
    which are still on tfm=net8.0 .
    radical committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7c40708 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0df52ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3cd978 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f611c4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b08ed1c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    63a6980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798b147 View commit details
    Browse the repository at this point in the history
  3. [wasm] WBT: Fix blazor tests

    radical committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d58ddf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c21b2ce View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. [wasm] Don't default ForceNet8Current=false yet

    Instead set this only for WBT.
    radical committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8e4f087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43289cb View commit details
    Browse the repository at this point in the history