Skip to content

Commit a3db9c3

Browse files
committed
update bootstrapping docs
1 parent 7f937b0 commit a3db9c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/packaging/bootstrapping.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Any of the following can be passed via the `--framework` argument.
3939
- `vcredist143-x86` (VC++ 14.3 / VS 2022)
4040
- `vcredist143-x64` (VC++ 14.3 / VS 2022)
4141
- `vcredist143-arm64` (VC++ 14.3 / VS 2022)
42+
- `vcredist144-x86` (VC++ 14.4 / VS 2022)
43+
- `vcredist144-x64` (VC++ 14.4 / VS 2022)
44+
- `vcredist144-arm64` (VC++ 14.4 / VS 2022)
4245

4346
### .Net Framework
4447
- `net45`
@@ -65,11 +68,13 @@ The valid `{type}` values are
6568
- runtime
6669
- aspnetcore
6770
- desktop
71+
- sdk
6872

6973
Here are some examples:
7074
- .NET 6.0 Desktop Runtime (x64) `--framework net6.0-x64-desktop`
7175
- .NET 8.0 Runtime (arm64) `--framework net8.0-arm64-runtime`
7276
- .NET 5.0 AspNetCore (x86) `--framework net5.0-x86-aspnetcore`
77+
- .NET 9.0 SDK (x64) `--framework net9.0-x64-sdk`
7378

7479
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 version (at the time of writing, that's `6.0.26`).
7580

0 commit comments

Comments
 (0)