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

Install scripts default to .NET 6.0 version #375

Merged
merged 2 commits into from
Mar 30, 2023
Merged

Conversation

JohnSchmeichel
Copy link
Member

@JohnSchmeichel JohnSchmeichel commented Mar 30, 2023

.NET Core 3.1 has reached end of life as of December 13, 2022, so updating the install scripts to default to the .NET 6.0 version and updating documentation accordingly.

For Windows users can opt into the deprecated version with:

iex "& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) } -InstallNet6:`$false"

And for Linux/Mac users can opt into the deprecated version with:

curl -fsSL https://aka.ms/install-artifacts-credprovider.sh | USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER=false bash

Note that .NET Core 3.1 has reached end of life and will be removed in future versions of the credential provider.

README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@johnterickson johnterickson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve directionally, but I didn't check the logic

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.

None yet

3 participants