Skip to content

Commit bb411d3

Browse files
committed
Updated to net9.
1 parent d4f5057 commit bb411d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hub/apps/publish/msstore-dev-cli/commands.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ zone_pivot_groups: msstoredevcli-installer-packaging
1414

1515
### Step 1: Install .NET Windows Runtime
1616

17-
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.
1818

1919
The easiest way to install it is to use _winget_:
2020

2121
```console
22-
winget install Microsoft.DotNet.DesktopRuntime.8
22+
winget install Microsoft.DotNet.DesktopRuntime.9
2323
```
2424

2525
### Step 2: Install the Microsoft Store Developer CLI on Windows
@@ -35,7 +35,7 @@ winget install "Microsoft Store Developer CLI"
3535

3636
### Step 1: Install .NET macOS Runtime
3737

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.
3939

4040
### Step 2: Install the Microsoft Store Developer CLI on macOS
4141

@@ -59,7 +59,7 @@ brew install microsoft/msstore-cli/msstore-cli
5959

6060
### Step 1: Install .NET Linux Runtime
6161

62-
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.
6363

6464
### Step 2: Install the Microsoft Store Developer CLI on Linux
6565

0 commit comments

Comments
 (0)