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/getting-started/rust.mdx
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,17 +52,6 @@ dotnet tool update -g vpk
52
52
```
53
53
***Note: you must have the .NET Core SDK 8 installed to use and update `vpk`***
54
54
55
-
:::tip
56
-
It's recommended to use the same version of `vpk` as the Velopack package referenced in your application to ensure compatibility.
57
-
:::
58
-
59
-
Alternatively, you can run `vpk` without installing it globally using the [`dnx`](https://learn.microsoft.com/dotnet/core/tools/dotnet-tool-exec?WT.mc_id=DT-MVP-5003472) command:
60
-
```sh
61
-
dnx vpk --version 1.0.0
62
-
```
63
-
64
-
Replace `1.0.0` with the version of the Velopack package you're using in your application.
0 commit comments