diff --git a/.gitignore b/.gitignore
index 6e62a1f..9ab3467 100644
--- a/.gitignore
+++ b/.gitignore
@@ -190,3 +190,5 @@ artifacts/
/1. Desktop app calls Web API/AppCreationScripts/Steps.md
/3.-Web-api-call-Microsoft-graph-for-personal-accounts/AppCreationScripts/createdApps.html
/1.1 Desktop app calls Web API - PoP/AppCreationScripts/createdApps.html
+/.SharedData
+/out
diff --git a/1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj b/1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj
index 91cf499..2314b30 100644
--- a/1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj
+++ b/1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj
@@ -7,9 +7,9 @@
-
-
-
+
+
+
diff --git a/1. Desktop app calls Web API/TodoListService/TodoListService.csproj b/1. Desktop app calls Web API/TodoListService/TodoListService.csproj
index 6877aa3..5da0693 100644
--- a/1. Desktop app calls Web API/TodoListService/TodoListService.csproj
+++ b/1. Desktop app calls Web API/TodoListService/TodoListService.csproj
@@ -1,12 +1,13 @@
- netcoreapp3.1
+ net9.0
aspnet-TodoListService-03230DB1-5145-408C-A48B-BE3DAFC56C30
0
-
+
+
diff --git a/2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj b/2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj
index 533a985..ee4cb21 100644
--- a/2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj
+++ b/2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj
@@ -108,10 +108,10 @@
- 4.53.0
+ 4.67.2
- 2.29.0
+ 4.67.2
13.0.3
diff --git a/2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj b/2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj
index 0612bff..778384a 100644
--- a/2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj
+++ b/2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net9.0
aspnet-TodoListService-03230DB1-5145-408C-A48B-BE3DAFC56C31
0
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/build.bat b/build.bat
index f6fb50a..0dd0f69 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,2 @@
-msbuild /t:restore buildAllSlns.proj
-msbuild buildAllSlns.proj
\ No newline at end of file
+msbuild /t:restore buildAllSlns.proj /v:m
+msbuild buildAllSlns.proj /v:m
\ No newline at end of file