From 9f7f3cca554e877ef381ea6b59ac096a925118ca Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Mon, 21 Oct 2024 17:55:05 -0700 Subject: [PATCH 1/4] Upgrade versions --- .../Microsoft.Identity.Web.OWIN.csproj | 4 ++-- tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj | 2 +- tests/DevApps/ciam/myWebApi/myWebApi.csproj | 2 +- tests/DevApps/ciam/myWebApp/myWebApp.csproj | 4 ++-- .../app-provisioning-lib/app-provisioning-lib.csproj | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 1d0144186..5af400dd9 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -1,4 +1,4 @@ - + Microsoft Identity Web.OWIN @@ -33,7 +33,7 @@ - + diff --git a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj index 12f3f23ad..7595c4d81 100644 --- a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj +++ b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj @@ -115,7 +115,7 @@ - + diff --git a/tests/DevApps/ciam/myWebApi/myWebApi.csproj b/tests/DevApps/ciam/myWebApi/myWebApi.csproj index c51f8d388..e421888ef 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 63280cb4a..2f23477ea 100644 --- a/tests/DevApps/ciam/myWebApp/myWebApp.csproj +++ b/tests/DevApps/ciam/myWebApp/myWebApp.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/tools/app-provisioning-tool/app-provisioning-lib/app-provisioning-lib.csproj b/tools/app-provisioning-tool/app-provisioning-lib/app-provisioning-lib.csproj index 50e81acb2..2345ecb15 100644 --- a/tools/app-provisioning-tool/app-provisioning-lib/app-provisioning-lib.csproj +++ b/tools/app-provisioning-tool/app-provisioning-lib/app-provisioning-lib.csproj @@ -18,7 +18,7 @@ - + From 2e2ebd5068de223d673461f81e31b612d4e19cf8 Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Tue, 22 Oct 2024 12:20:07 -0700 Subject: [PATCH 2/4] removing one change --- .../Microsoft.Identity.Web.OWIN.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 5af400dd9..25dfd23c7 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -33,7 +33,7 @@ - + From a304894dcb7d5a7b16c7a353b43998acb819b643 Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Tue, 22 Oct 2024 12:23:31 -0700 Subject: [PATCH 3/4] removing change to Microsoft.IdentityModel.Protocols.WsFederation version --- tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj index 7595c4d81..12f3f23ad 100644 --- a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj +++ b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj @@ -115,7 +115,7 @@ - + From b3c39a82f7d9ebe8af4ee1b18560a0004052b822 Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Tue, 22 Oct 2024 14:06:35 -0700 Subject: [PATCH 4/4] adding ignore to dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69f78a6b1..2dda9294b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: interval: "daily" allow: - dependency-name: "Microsoft.Identity*" + ignore: + # We do not want this leaving 5.5.0 since we don't use it and it could break customers + - dependency-name: "Microsoft.IdentityModel.Protocols.WsFederation" labels: - "dependabot" - "dependencies"