File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 10
10
1. Overwrite your `.editorconfig` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/.editorconfig).
11
11
12
12
1 . ** Migrate all dependencies to .NET 8** .
13
- 1. Overwriite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
13
+ 1. Overwrite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
14
14
15
15
1. Update each of your project files to target .NET 8.
16
16
Original file line number Diff line number Diff line change 153
153
- Import a JavaScript module : " v4-recipes/javascript/import-js-module.md"
154
154
- Add Support for a Third Party React Library : " v4-recipes/javascript/third-party-react-package.md"
155
155
- Package Management :
156
- - Add an NPM package to the Client : " v4-recipes/package-management/add-npm-package-to-client.md"
157
156
- Add a NuGet package to the Server : " v4-recipes/package-management/add-nuget-package-to-server.md"
158
157
- Migrate to Paket from NuGet : " v4-recipes/package-management/migrate-to-paket.md"
159
158
- Migrate to NuGet from Paket : " v4-recipes/package-management/migrate-to-nuget.md"
You can’t perform that action at this time.
0 commit comments