From 72dec65d8e02ec2533ef50cd0f23aafa8c351a9a Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 25 Jan 2024 08:51:43 +0000 Subject: [PATCH] Update cake + readme --- README.md | 2 +- project/.config/dotnet-tools.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ]