Skip to content

Commit 1ae56c1

Browse files
committed
Add vcredist2026 to bootstrap page
1 parent bdb90be commit 1ae56c1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/packaging/bootstrapping.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Any of the following can be passed via the `--framework` argument.
4646
- `vcredist144-x86` (VC++ 14.4 / VS 2022)
4747
- `vcredist144-x64` (VC++ 14.4 / VS 2022)
4848
- `vcredist144-arm64` (VC++ 14.4 / VS 2022)
49+
- `vcredist145-x86` (VC++ 14.5 / VS 2026)
50+
- `vcredist145-x64` (VC++ 14.5 / VS 2026)
51+
- `vcredist145-arm64` (VC++ 14.5 / VS 2026)
52+
53+
:::note VS2026 vcredist runtime is binary compatible with 2017, 2019, and 2022, but has a higher minimum OS version (> Windows 10 for 2026).
4954

5055
### .Net Framework
5156
- `net45`
@@ -82,4 +87,4 @@ Here are some examples:
8287

8388
By default, Velopack will accept any installed release, but always install the latest. That is to say, if your dependency is specified as `net6.0-x64-desktop` and version `6.0.2` is installed, it will be accepted. If it's not installed, Velopack will download the latest available patch version.
8489

85-
If you need a specific version of dotnet, (eg. `6.0.11`) - you can specify a third version part in your dependency string: `--framework net6.0.11-x64-desktop`. In this case, if the installed version is `< 6.0.11`, then it will be upgraded to the latest available.
90+
If you need a specific version of dotnet, (eg. `6.0.11`) - you can specify a third version part in your dependency string: `--framework net6.0.11-x64-desktop`. In this case, if the installed version is `< 6.0.11`, then it will be upgraded to the latest available.

0 commit comments

Comments
 (0)