From 885df10d7b3ef584ea2f9dbc595567fbea4e87d6 Mon Sep 17 00:00:00 2001 From: Prashant Pathak Date: Fri, 7 Jun 2024 15:06:18 +0100 Subject: [PATCH 1/2] Do `dotnet tool restore` automatically in build target --- Content/default/Build.fsproj | 3 +++ Content/default/README.md | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Content/default/Build.fsproj b/Content/default/Build.fsproj index 9dce0a87..8602c73c 100644 --- a/Content/default/Build.fsproj +++ b/Content/default/Build.fsproj @@ -12,4 +12,7 @@ + + + \ No newline at end of file diff --git a/Content/default/README.md b/Content/default/README.md index 2cca3a3c..3a69f38b 100644 --- a/Content/default/README.md +++ b/Content/default/README.md @@ -12,12 +12,6 @@ You'll need to install the following pre-requisites in order to build SAFE appli ## Starting the application -Before you run the project **for the first time only** you must install dotnet "local tools" with this command: - -```bash -dotnet tool restore -``` - To concurrently run the server and the client components in watch mode use the following command: ```bash From e7cabacd18b0f433bae22f7ac780f1c2c4faa920 Mon Sep 17 00:00:00 2001 From: Joost Kaptein Date: Fri, 14 Jun 2024 15:12:09 +0100 Subject: [PATCH 2/2] also automatically run tool restore for template project --- Build.fsproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build.fsproj b/Build.fsproj index cc6868c5..9c19ff44 100644 --- a/Build.fsproj +++ b/Build.fsproj @@ -12,4 +12,7 @@ + + +