Skip to content

Commit 0175e08

Browse files
author
ladeak
committed
Updating readme to reflect .net 10 in dev intsructions
1 parent 6da4711 commit 0175e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Run the following commands to publish the native dependencis of the VS Code Exte
301301

302302
```$
303303
dotnet publish src/CHttpExtension -r win-x64
304-
cp ./src/CHttpExtension/bin/Release/net9.0/win-x64/publish/* ./src/VSCodeExt/src/chttp-win-x64
304+
cp ./src/CHttpExtension/bin/Release/net10.0/win-x64/publish/* ./src/VSCodeExt/src/chttp-win-x64
305305
```
306306

307307
### Cleanup NPM

0 commit comments

Comments
 (0)