diff --git a/README.md b/README.md index 49c0017ee..e7737d12b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A reference .NET application implementing an e-commerce website using a services #### Mac, Linux, & Windows without Visual Studio -- Install the latest [.NET 9 RC 2 SDK](https://dot.net/download?cid=eshop) +- Install the latest [.NET 9 SDK](https://dot.net/download?cid=eshop) Or diff --git a/global.json b/global.json index 1ada74259..214a6386b 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "9.0.100-rc.2.24474.11", + "version": "9.0.306", "rollForward": "latestFeature", - "allowPrerelease": true + "allowPrerelease": false } }