Skip to content

Change tool TFMs to net6.0 and drop 3.1 hosting support - #3588

Merged
hoyosjs merged 9 commits into
dotnet:mainfrom
hoyosjs:juhoyosa/bump-net6
Jan 10, 2023
Merged

Change tool TFMs to net6.0 and drop 3.1 hosting support#3588
hoyosjs merged 9 commits into
dotnet:mainfrom
hoyosjs:juhoyosa/bump-net6

Conversation

@hoyosjs

@hoyosjs hoyosjs commented Jan 6, 2023

Copy link
Copy Markdown
Member

This change:

  • Moves tools and single file deployments to net6.0. Single-file deployments continue to be self-extracting
  • Drops hosting support on net3.1 officially on managed tools.
  • Removes 3.1 testing altogether.
  • Adds native shim for ARM64 macOS. (Fixes Please offer native version for macOS Arm64 #3494)

@hoyosjs
hoyosjs requested a review from mikem8361 January 6, 2023 00:15
@hoyosjs
hoyosjs requested a review from a team as a code owner January 6, 2023 00:15
Comment thread src/SOS/SOS.UnitTests/ConfigFiles/Unix/Debugger.Tests.Config.txt Outdated
@hoyosjs

hoyosjs commented Jan 9, 2023

Copy link
Copy Markdown
Member Author

cc: @dotnet/dotnet-monitor

Also @dotnet/source-build-contrib, is adding ref packs to prebuilts expected? That means that every SDK update this will need an update.

@hoyosjs hoyosjs added the auto-merge Automatically merge PR once CI passes. label Jan 10, 2023
@ghost

ghost commented Jan 10, 2023

Copy link
Copy Markdown

Hello @hoyosjs!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@hoyosjs hoyosjs self-assigned this Jan 10, 2023
@hoyosjs
hoyosjs merged commit 574923f into dotnet:main Jan 10, 2023
@hoyosjs
hoyosjs deleted the juhoyosa/bump-net6 branch January 10, 2023 21:41
@oleksandr-didyk

Copy link
Copy Markdown
Contributor

cc: @dotnet/dotnet-monitor

Also @dotnet/source-build-contrib, is adding ref packs to prebuilts expected? That means that every SDK update this will need an update.

If I understood your question correctly, you wanted to add the ref packs as exceptions to the baseline file? If so, then the answer is no - ideally we do not want to add any exceptions unless there is a strong reason to do this. Normally any new pre-built should be resolved by utilizing latest versions or any of the methods described in the prebuilt docs

@github-actions github-actions Bot locked and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

auto-merge Automatically merge PR once CI passes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please offer native version for macOS Arm64

4 participants