From e81505753e730aae82be22715ff8a5541b82d3d7 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Tue, 24 Sep 2024 08:23:37 -0700 Subject: [PATCH 1/3] update id web after releases --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 27a564aba..ec76ca91d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -77,7 +77,7 @@ - 8.0.2 + 8.1.0 4.64.1 3.3.0 4.7.2 @@ -87,7 +87,7 @@ 4.36.0 4.57.0-preview 3.1.3 - 7.0.0 + 7.1.0 9.0.0-rc.1.24431.7 9.0.0-rc.1.24452.1 From 3750ac0e0ad6778a13d8490c79875e0fc81a486b Mon Sep 17 00:00:00 2001 From: Jenny Ferries Date: Tue, 24 Sep 2024 09:01:10 -0700 Subject: [PATCH 2/3] update tests --- .../Microsoft.Identity.Web.TokenAcquisition.csproj | 2 +- tests/DevApps/ciam/myWebApi/myWebApi.csproj | 2 +- tests/DevApps/ciam/myWebApp/myWebApp.csproj | 4 ++-- .../DaemonConsoleCallingDownstreamApi.csproj | 2 +- .../DaemonConsoleCallingMsGraph.csproj | 2 +- tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj b/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj index b009abb19..676d855cd 100644 --- a/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj +++ b/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj @@ -46,7 +46,7 @@ - + diff --git a/tests/DevApps/ciam/myWebApi/myWebApi.csproj b/tests/DevApps/ciam/myWebApi/myWebApi.csproj index ebb9afc5c..922222958 100644 --- a/tests/DevApps/ciam/myWebApi/myWebApi.csproj +++ b/tests/DevApps/ciam/myWebApi/myWebApi.csproj @@ -14,7 +14,7 @@ - + diff --git a/tests/DevApps/ciam/myWebApp/myWebApp.csproj b/tests/DevApps/ciam/myWebApp/myWebApp.csproj index 3c1973121..c935f18b7 100644 --- a/tests/DevApps/ciam/myWebApp/myWebApp.csproj +++ b/tests/DevApps/ciam/myWebApp/myWebApp.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/tests/DevApps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj b/tests/DevApps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj index 910db86af..ebb63b317 100644 --- a/tests/DevApps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj +++ b/tests/DevApps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj @@ -14,7 +14,7 @@ - + diff --git a/tests/DevApps/daemon-app/daemon-console-calling-msgraph/DaemonConsoleCallingMsGraph.csproj b/tests/DevApps/daemon-app/daemon-console-calling-msgraph/DaemonConsoleCallingMsGraph.csproj index 7a774031c..a928dfbae 100644 --- a/tests/DevApps/daemon-app/daemon-console-calling-msgraph/DaemonConsoleCallingMsGraph.csproj +++ b/tests/DevApps/daemon-app/daemon-console-calling-msgraph/DaemonConsoleCallingMsGraph.csproj @@ -8,7 +8,7 @@ - + diff --git a/tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj b/tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj index 42187c215..df0e1ffe3 100644 --- a/tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj +++ b/tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj @@ -12,7 +12,7 @@ - + From a938e2c432ddc25f461df03f27d36144fcdb1bf3 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Tue, 24 Sep 2024 10:03:42 -0700 Subject: [PATCH 3/3] Update src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj --- .../Microsoft.Identity.Web.TokenAcquisition.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj b/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj index 676d855cd..b009abb19 100644 --- a/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj +++ b/src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj @@ -46,7 +46,7 @@ - +