From 37add5e827e6bdb65910ea693ddbaa4e1bd15388 Mon Sep 17 00:00:00 2001 From: romankr Date: Fri, 15 Nov 2024 18:43:22 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0873a14..e015535 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The project is designed to have fun with algorythm described in "[Beating the bo # Prerequisites -- [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) +- [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) - [Azure Development Tools](https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference?tabs=blob&pivots=programming-language-csharp#development-tools) - (Optional) [NSwag Studio](https://github.com/RicoSuter/NSwag/wiki/NSwagStudio). The repository already has [The Odds API C# client](https://github.com/romankr/OddsCollector/blob/master/OddsCollector.Functions/OddsApi/WebApi/WebApiClient.cs). However, you can use [parameters.nswag](https://github.com/romankr/OddsCollector/blob/master/OddsCollector.Functions/OddsApi/WebApi/parameters.nswag) to modify it. - (Optional) [Jupyter](https://jupyter.org/). Required for [analytics.ipynb](https://github.com/romankr/OddsCollector/blob/master/analytics.ipynb).