We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da4711 commit 0175e08Copy full SHA for 0175e08
1 file changed
README.md
@@ -301,7 +301,7 @@ Run the following commands to publish the native dependencis of the VS Code Exte
301
302
```$
303
dotnet publish src/CHttpExtension -r win-x64
304
-cp ./src/CHttpExtension/bin/Release/net9.0/win-x64/publish/* ./src/VSCodeExt/src/chttp-win-x64
+cp ./src/CHttpExtension/bin/Release/net10.0/win-x64/publish/* ./src/VSCodeExt/src/chttp-win-x64
305
```
306
307
### Cleanup NPM
0 commit comments