From a0c0523c7d78b1dbb897cabc72d87b410ec10ed7 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Mon, 7 Sep 2026 09:18:27 +0200 Subject: [PATCH] Change default framework version to net10.0 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/GettingStarted/Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted/Templates.md b/docs/GettingStarted/Templates.md index 1df64ea..fce9189 100644 --- a/docs/GettingStarted/Templates.md +++ b/docs/GettingStarted/Templates.md @@ -43,7 +43,7 @@ dotnet run | Option | Values | Default | Description | |--------|--------|---------|-------------| -| `-f`, `--framework` | `net8.0`, `net10.0` | `net8.0` | The target framework of the generated project | +| `-f`, `--framework` | `net8.0`, `net10.0` | `net10.0` | The target framework of the generated project | | `-e`, `--electron-version` | any Electron version | `38.2.2` | The Electron version the app is built against | | `-p`, `--port` | port number | `8001` | The port the ASP.NET server uses during development | | `--no-restore` | — | — | Skip the automatic `dotnet restore` |