diff --git a/README.md b/README.md index 98908cf..ce63a7e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ git config --local user.email "USERNAME@SOMETHING.com" ``` ## Requirements -- Escape From Tarkov 28375 +- Escape From Tarkov 28476 - Visual Studio Code -OR- Visual Studio 2022 - .NET 6 SDK diff --git a/project/.config/dotnet-tools.json b/project/.config/dotnet-tools.json index 831d039..da200cd 100644 --- a/project/.config/dotnet-tools.json +++ b/project/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.0.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ]