diff --git a/README.md b/README.md index e0daa4ddd..53f38a05f 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ We're planning to release the FDC3 2.0 compliant container in **v0.1.0-alpha.5** # Development Setup ## Prerequisites -* Node.js 18 -* .NET 6 +* Node.js 20 +* .NET 8 * Visual Studio: 2022 ## Building the dependencies with Lerna diff --git a/global.json b/global.json new file mode 100644 index 000000000..215288b9b --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0" + } +} \ No newline at end of file