Skip to content

Instantly share code, notes, and snippets.

@Valkryst
Created October 5, 2023 15:18
Show Gist options
  • Save Valkryst/17ee32a355f0d11c771bc582e2b3e57d to your computer and use it in GitHub Desktop.
Save Valkryst/17ee32a355f0d11c771bc582e2b3e57d to your computer and use it in GitHub Desktop.
# Search for the latest version of the DotNet SDK.
winget search DotNet.SDK
# Install the latest DotNet SDK.
# At the time of writing, this is version 7.
winget install Microsoft.DotNet.SDK.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment