You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you haven't done so already, install the latest version of the [.NET 8 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/8.0). This is a requirement to run the Microsoft Store Developer CLI.
17
+
If you haven't done so already, install the latest version of the [.NET 9 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/9.0). This is a requirement to run the Microsoft Store Developer CLI.
18
18
19
19
The easiest way to install it is to use _winget_:
20
20
21
21
```console
22
-
winget install Microsoft.DotNet.DesktopRuntime.8
22
+
winget install Microsoft.DotNet.DesktopRuntime.9
23
23
```
24
24
25
25
### Step 2: Install the Microsoft Store Developer CLI on Windows
@@ -35,7 +35,7 @@ winget install "Microsoft Store Developer CLI"
35
35
36
36
### Step 1: Install .NET macOS Runtime
37
37
38
-
If you haven't done so already, install the latest version of the [.NET 8 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0). This is a requirement to run the Microsoft Store Developer CLI.
38
+
If you haven't done so already, install the latest version of the [.NET 9 Runtime](https://dotnet.microsoft.com/download/dotnet/9.0). This is a requirement to run the Microsoft Store Developer CLI.
39
39
40
40
### Step 2: Install the Microsoft Store Developer CLI on macOS
If you haven't done so already, install the latest version of the [.NET 8 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0). This is a requirement to run the Microsoft Store Developer CLI.
62
+
If you haven't done so already, install the latest version of the [.NET 9 Runtime](https://dotnet.microsoft.com/download/dotnet/9.0). This is a requirement to run the Microsoft Store Developer CLI.
63
63
64
64
### Step 2: Install the Microsoft Store Developer CLI on Linux
0 commit comments