File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
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 @@ -141,13 +141,11 @@ nav:
141
141
- Create a data module using SQLProvider SQL Server SSDT : " v4-recipes/storage/use-sqlprovider-ssdt.md"
142
142
- UI :
143
143
- Add FontAwesome support : " v4-recipes/ui/add-fontawesome.md"
144
- - Add Stylesheet support : " v4-recipes/ui/add-style.md"
145
144
- Add Bulma support : " v4-recipes/ui/add-bulma.md"
146
145
- Use different Bulma Themes : " v4-recipes/ui/use-different-bulma-themes.md"
147
146
- Remove Bulma : " v4-recipes/ui/remove-bulma.md"
148
147
- Add Tailwind support : " v4-recipes/ui/add-tailwind.md"
149
148
- Add daisyUI support : " v4-recipes/ui/add-daisyui.md"
150
- - Add Feliz support : " recipes/ui/add-feliz.md"
151
149
- Migrate from a CDN stylesheet to an NPM package : " v4-recipes/ui/cdn-to-npm.md"
152
150
- Add routing with state shared between pages : " v4-recipes/ui/add-routing.md"
153
151
- Add routing with separate models per page : " v4-recipes/ui/add-routing-with-separate-models.md"
156
154
- Import a JavaScript module : " v4-recipes/javascript/import-js-module.md"
157
155
- Add Support for a Third Party React Library : " v4-recipes/javascript/third-party-react-package.md"
158
156
- Package Management :
159
- - Add an NPM package to the Client : " v4-recipes/package-management/add-npm-package-to-client.md"
160
157
- Add a NuGet package to the Server : " v4-recipes/package-management/add-nuget-package-to-server.md"
161
- - Add a NuGet package to the Client : " v4-recipes/package-management/add-nuget-package-to-client.md"
162
158
- Migrate to Paket from NuGet : " v4-recipes/package-management/migrate-to-paket.md"
163
159
- Migrate to NuGet from Paket : " v4-recipes/package-management/migrate-to-nuget.md"
164
160
- Sync NuGet and NPM Packages : " v4-recipes/package-management/sync-nuget-and-npm-packages.md"
You can’t perform that action at this time.
0 commit comments