Skip to content

Require .NET 6 SDK and remove other unnecessary SDKs #1616

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

Closed
wants to merge 2 commits into from
Closed

Require .NET 6 SDK and remove other unnecessary SDKs #1616

wants to merge 2 commits into from

Conversation

JustinGrote
Copy link
Collaborator

This will make bootstrapping more efficient and avoid potential development environment differences.

@JustinGrote JustinGrote changed the title Require 6.0 SDK and remove other unnecessary SDKs Require .NET 6 SDK and remove other unnecessary SDKs Nov 2, 2021
@JustinGrote JustinGrote marked this pull request as draft November 2, 2021 20:23
@andyleejordan
Copy link
Member

We need 3.1 and 5 to produce the cross-platform builds necessary for supporting PowerShell 7.1, 7.0, and 5.1. It sucks, I know, but it is what it is 😩

@andyleejordan
Copy link
Member

Hm I see in the Discord you want to include just the various runtimes without including their associated SDKs. Not a bad idea...

@JustinGrote
Copy link
Collaborator Author

Hm I see in the Discord you want to include just the various runtimes without including their associated SDKs. Not a bad idea...

Correct, the SDK 6 can produce all the different assemblies via multitargeting just fine, the only part where the runtimes are actually required is testing.

@andyleejordan
Copy link
Member

I think this is cool. I'll make it happen, just a minute.

@andyleejordan
Copy link
Member

Ok I made this happen but had to tweak it quite a bit!

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 this pull request may close these issues.

2 participants