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

.net tool: clarify install instructions #1126

Merged

Commits on Feb 23, 2023

  1. .net tool: clarify install instructions

    Because we use dotnet publish (which requires a specific framework) to
    create the payload of our .NET tool package, the package is tied to the
    framework specified. This means that it will only work with the
    corresponding .NET SDK for that framework.
    
    In light of this, update the .NET tool install instructions to specify
    that users must download the latest .NET 6.0 SDK as a prerequisite for
    installing the package, since that is the framework for which we
    currently publish. This will also need to be updated whenever we upgrade
    to a new Target Framework.
    
    Additionally, remove Windows as a supported .NET tool platform. Since we
    currently target .NET Framework rather than .NET, the package cannot
    actually be installed on Windows.
    ldennington committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8b2b9df View commit details
    Browse the repository at this point in the history