This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get more information from the official sources: | |
# https://learn.microsoft.com/en-us/dotnet/desktop/winforms/migration/?view=netdesktop-6.0&preserve-view=true | |
# https://github.com/dotnet/upgrade-assistant#installation | |
PS> dotnet tool install -g --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources upgrade-assistant | |
PS> upgrade-assistant upgrade <path/your-project.sln> | |
# Follow along the step-by-step process. | |
# Example output down below: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RUN: CMD as Administrator | |
C:\WINDOWS\system32> diskpart | |
DISKPART> list disk | |
Disk ### Status Size Free Dyn Gpt | |
-------- ------------- ------- ------- --- --- | |
Disk 0 Online 465 GB 0 B * | |
Disk 1 Online 931 GB 0 B |