From 0b90c49c3ff030f228afa0dacc4b90bf1adf68f4 Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Mon, 27 Jan 2025 15:42:11 -0800 Subject: [PATCH 1/3] bump version --- .../TodoListService/TodoListService.csproj | 2 +- .../TodoListService/TodoListService.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/1. Desktop app calls Web API/TodoListService/TodoListService.csproj b/1. Desktop app calls Web API/TodoListService/TodoListService.csproj index 6877aa3..6452361 100644 --- a/1. Desktop app calls Web API/TodoListService/TodoListService.csproj +++ b/1. Desktop app calls Web API/TodoListService/TodoListService.csproj @@ -7,6 +7,6 @@ - + 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..db8a5af 100644 --- a/2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj +++ b/2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj @@ -11,8 +11,8 @@ - - + + From 9b4dd19ba7d74925b7eef32ac63ffcb6bfe41c30 Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Mon, 27 Jan 2025 16:52:29 -0800 Subject: [PATCH 2/3] use net 9 --- .../TodoListService/TodoListService.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 db8a5af..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 @@ - + From c20c9b4089656809e7fb677e06d68f86033e14ca Mon Sep 17 00:00:00 2001 From: Jean-Marc Prieur Date: Tue, 28 Jan 2025 12:29:17 -0800 Subject: [PATCH 3/3] Updating packages (#266) --- .gitignore | 2 ++ .../TodoListClient/TodoListClient.csproj | 6 +++--- .../TodoListService/TodoListService.csproj | 3 ++- .../TodoListClient/TodoListClient.csproj | 4 ++-- build.bat | 4 ++-- 5 files changed, 11 insertions(+), 8 deletions(-) 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 6452361..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/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