Skip to content

Commit c61c667

Browse files
committed
Updated Readme with correct .net version
1 parent abc02bb commit c61c667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ NOTE: [Hue Entertainment](https://developers.meethue.com/entertainment-blog) sup
3333
- Bridge API key is stored in the browser's local storage
3434

3535
## Tech
36-
- ASP.Net Core 7.0 backend
36+
- ASP.Net Core 9.0 backend
3737
- SignalR for realtime communication from server to client
3838
- gRPC for client to server communication
3939
- [HueApi](https://github.com/michielpost/Q42.HueApi) for communicating with the Hue Bridge
4040
- Blazor frontend
4141
- PixiJS for WebGL preview window
4242

4343
## **Build and Install Instructions**
44-
- Make sure to have [.Net 7.0](https://dotnet.microsoft.com/download) installed to build this project (`dotnet build`)
44+
- Make sure to have [.Net 9.0](https://dotnet.microsoft.com/download) installed to build this project (`dotnet build`)
4545
- Run the HueLightDJ.Web project(`cd HueLightDJ.BlazorWeb\Server && dotnet run`)
4646
- Follow the instructions to link your bridge or use the DEMO setup
4747

0 commit comments

Comments
 (0)