We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da7f3f commit 153c097Copy full SHA for 153c097
docs/recipes/upgrading/v4-to-v5.md
@@ -10,7 +10,7 @@
10
1. Overwrite your `.editorconfig` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/.editorconfig).
11
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).
+ 1. Overwrite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
14
15
1. Update each of your project files to target .NET 8.
16
0 commit comments