From 42b79066f51a3c321bc111fda9ac20accfdaddfa Mon Sep 17 00:00:00 2001 From: Siddharth Paudwal Date: Fri, 20 Feb 2026 03:11:21 +0530 Subject: [PATCH 1/2] msal upgrade in azureauth to 4.81.1 version --- src/AdoPat.Test/AdoPat.Test.csproj | 5 ++++- src/AdoPat/AdoPat.csproj | 4 +++- src/AzureAuth.Test/AzureAuth.Test.csproj | 3 +++ src/AzureAuth/AzureAuth.csproj | 5 ++++- src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj | 6 ++++-- src/MSALWrapper.Test/MSALWrapper.Test.csproj | 3 +++ src/MSALWrapper/MSALWrapper.csproj | 6 +++--- src/TestHelper/TestHelper.csproj | 5 ++++- 8 files changed, 28 insertions(+), 9 deletions(-) diff --git a/src/AdoPat.Test/AdoPat.Test.csproj b/src/AdoPat.Test/AdoPat.Test.csproj index 4ea1450..eb03074 100644 --- a/src/AdoPat.Test/AdoPat.Test.csproj +++ b/src/AdoPat.Test/AdoPat.Test.csproj @@ -1,4 +1,4 @@ - + net8.0 false @@ -13,6 +13,9 @@ + + + diff --git a/src/AdoPat/AdoPat.csproj b/src/AdoPat/AdoPat.csproj index a84af20..1bf00ff 100644 --- a/src/AdoPat/AdoPat.csproj +++ b/src/AdoPat/AdoPat.csproj @@ -10,7 +10,9 @@ - + + + diff --git a/src/AzureAuth.Test/AzureAuth.Test.csproj b/src/AzureAuth.Test/AzureAuth.Test.csproj index 3950058..99155e8 100644 --- a/src/AzureAuth.Test/AzureAuth.Test.csproj +++ b/src/AzureAuth.Test/AzureAuth.Test.csproj @@ -15,6 +15,9 @@ + + + diff --git a/src/AzureAuth/AzureAuth.csproj b/src/AzureAuth/AzureAuth.csproj index b9a8ab8..8b22303 100644 --- a/src/AzureAuth/AzureAuth.csproj +++ b/src/AzureAuth/AzureAuth.csproj @@ -1,4 +1,4 @@ - + PlatformWindows true @@ -26,6 +26,9 @@ + + + diff --git a/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj b/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj index 19e498d..8cdc3c3 100644 --- a/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj +++ b/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj @@ -1,4 +1,4 @@ - + net8.0 PlatformWindows @@ -18,7 +18,9 @@ - + + + diff --git a/src/MSALWrapper.Test/MSALWrapper.Test.csproj b/src/MSALWrapper.Test/MSALWrapper.Test.csproj index b26bc17..2ede4cc 100644 --- a/src/MSALWrapper.Test/MSALWrapper.Test.csproj +++ b/src/MSALWrapper.Test/MSALWrapper.Test.csproj @@ -12,6 +12,9 @@ + + + diff --git a/src/MSALWrapper/MSALWrapper.csproj b/src/MSALWrapper/MSALWrapper.csproj index dbb8e68..aceab3f 100644 --- a/src/MSALWrapper/MSALWrapper.csproj +++ b/src/MSALWrapper/MSALWrapper.csproj @@ -24,9 +24,9 @@ - + - - + + \ No newline at end of file diff --git a/src/TestHelper/TestHelper.csproj b/src/TestHelper/TestHelper.csproj index 7a7b90e..17f5bdb 100644 --- a/src/TestHelper/TestHelper.csproj +++ b/src/TestHelper/TestHelper.csproj @@ -1,10 +1,13 @@ - + net8.0 enable + + + \ No newline at end of file From eb149cc59e46b73e99cf18bcfae4dde60f7edca8 Mon Sep 17 00:00:00 2001 From: Siddharth Paudwal Date: Fri, 20 Feb 2026 03:28:31 +0530 Subject: [PATCH 2/2] removed packages from test solution --- src/AdoPat.Test/AdoPat.Test.csproj | 3 --- src/AzureAuth.Test/AzureAuth.Test.csproj | 3 --- src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs | 1 - src/AzureAuth/IEnvExtensions.cs | 1 - src/MSALWrapper.Test/MSALWrapper.Test.csproj | 3 --- src/TestHelper/TestHelper.csproj | 3 --- 6 files changed, 14 deletions(-) diff --git a/src/AdoPat.Test/AdoPat.Test.csproj b/src/AdoPat.Test/AdoPat.Test.csproj index eb03074..e6345ad 100644 --- a/src/AdoPat.Test/AdoPat.Test.csproj +++ b/src/AdoPat.Test/AdoPat.Test.csproj @@ -13,9 +13,6 @@ - - - diff --git a/src/AzureAuth.Test/AzureAuth.Test.csproj b/src/AzureAuth.Test/AzureAuth.Test.csproj index 99155e8..3950058 100644 --- a/src/AzureAuth.Test/AzureAuth.Test.csproj +++ b/src/AzureAuth.Test/AzureAuth.Test.csproj @@ -15,9 +15,6 @@ - - - diff --git a/src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs b/src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs index bbf0171..79bba9c 100644 --- a/src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs +++ b/src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs @@ -11,7 +11,6 @@ namespace Microsoft.Authentication.AzureAuth.Commands.Ado.Pat { /// /// Command to print the list of available scopes - /// [Command("scopes", Description = "List the valid ado pat scopes")] public class CommandScopes diff --git a/src/AzureAuth/IEnvExtensions.cs b/src/AzureAuth/IEnvExtensions.cs index f67f414..fc349bf 100644 --- a/src/AzureAuth/IEnvExtensions.cs +++ b/src/AzureAuth/IEnvExtensions.cs @@ -31,7 +31,6 @@ public static bool InteractiveAuthDisabled(this IEnv env) /// Get the auth modes from the environment or set the default. /// /// The to use. - /// Event data to add the auth mode to. /// AuthModes. public static IEnumerable ReadAuthModeFromEnvOrSetDefault(this IEnv env) { diff --git a/src/MSALWrapper.Test/MSALWrapper.Test.csproj b/src/MSALWrapper.Test/MSALWrapper.Test.csproj index 2ede4cc..b26bc17 100644 --- a/src/MSALWrapper.Test/MSALWrapper.Test.csproj +++ b/src/MSALWrapper.Test/MSALWrapper.Test.csproj @@ -12,9 +12,6 @@ - - - diff --git a/src/TestHelper/TestHelper.csproj b/src/TestHelper/TestHelper.csproj index 17f5bdb..01fc067 100644 --- a/src/TestHelper/TestHelper.csproj +++ b/src/TestHelper/TestHelper.csproj @@ -5,9 +5,6 @@ - - - \ No newline at end of file