Skip to content

Commit

Permalink
Change back to net6.0 (#59130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak authored Sep 15, 2021
1 parent 6d094a0 commit 787c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/scripts/superpmi_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def build_and_run(coreclr_args, output_mch_name):

run_command(
[dotnet_exe, "build", project_file, "--configuration", "Release",
"--framework", "net7.0", "--no-restore", "/p:NuGetPackageRoot=" + artifacts_packages_directory,
"--framework", "net6.0", "--no-restore", "/p:NuGetPackageRoot=" + artifacts_packages_directory,
"-o", artifacts_directory], _exit_on_fail=True)

# Disable ReadyToRun so we always JIT R2R methods and collect them
Expand Down

0 comments on commit 787c266

Please sign in to comment.