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
Copy file name to clipboardExpand all lines: docs/packaging/bootstrapping.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ These dependencies will be downloaded and installed before your application will
13
13
If you are building a dotnet application with `--self-contained`, you should **NOT** provide a `--framework` argument specifying that your app requires dotnet installed, because your application already has the runtime bundled in. If you are publishing your application with `--no-self-contained`, then you should provide the `--framework` argument.
14
14
:::
15
15
16
+
:::note
17
+
Bootstrapping dotnet is not available on macOS and Linux. It is recommended to distribute your application as a [self-contained package](https://learn.microsoft.com/dotnet/core/deploying/?pivots=visualstudio#self-contained-deployment) instead.
18
+
:::
19
+
16
20
## Adding dependencies during updates
17
21
18
22
Velopack will check that all required dependencies are installed before applying new updates. This means if a new version of your app adds a new dependency, the user will be prompted to install it before your new version is applied.
0 commit comments