Skip to content

Commit

Permalink
Merge pull request #28 from Krypton-Suite/main-scripts
Browse files Browse the repository at this point in the history
Create Install Dot NET.cmd
  • Loading branch information
Smurf-IV authored Mar 19, 2024
2 parents bb92bc8 + a869bad commit bb0f6ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Scripts/Install Dot NET.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
:: This installs .NET via WinGet. Only supported on Windows 10 and higher.
@echo off
echo Installing .NET 6 SDK...
winget install Microsoft.DotNet.SDK.6
echo Installing .NET 7 SDK...
winget install Microsoft.DotNet.SDK.7
echo Installing .NET 8 SDK...
winget install Microsoft.DotNet.SDK.8
echo Installing .NET 9 SDK...
winget install Microsoft.DotNet.SDK.Preview

0 comments on commit bb0f6ea

Please sign in to comment.