From 7fad22b72c5e2ffdf96527e34cedfdd7da812573 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 18 Jul 2024 10:00:00 +0100 Subject: [PATCH] Update README.md (#44) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b26a753..f53543932 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ Use the `Local.sln` to include the Core and Objects projects from the SDK repo. Using the `Local.sln` will modify all your package locks. Don't check these in! Revert or use the regular solution to revert once your changes are made. +This uses a new Configuration for the solutions and projects which means that `Local` is now a build directory alongside `Debug` and `Release` + ## Other Build commands ### Clean Locks Run this to delete package.lock.json files when restores go run. -![image](/Images/clean-locks.png) \ No newline at end of file +![image](/Images/clean-locks.png)