diff --git a/src/AdoPat.Test/AdoPat.Test.csproj b/src/AdoPat.Test/AdoPat.Test.csproj index 4ea1450c..e6345ade 100644 --- a/src/AdoPat.Test/AdoPat.Test.csproj +++ b/src/AdoPat.Test/AdoPat.Test.csproj @@ -1,4 +1,4 @@ - + net8.0 false diff --git a/src/AdoPat/AdoPat.csproj b/src/AdoPat/AdoPat.csproj index a84af207..1bf00ff9 100644 --- a/src/AdoPat/AdoPat.csproj +++ b/src/AdoPat/AdoPat.csproj @@ -10,7 +10,9 @@ - + + + diff --git a/src/AzureAuth/AzureAuth.csproj b/src/AzureAuth/AzureAuth.csproj index b9a8ab85..8b223030 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/AzureAuth/Commands/Ado/Pat/CommandScopes.cs b/src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs index bbf0171a..79bba9c0 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 f67f4143..fc349bf6 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.Benchmark/MSALWrapper.Benchmark.csproj b/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj index 19e498dd..8cdc3c3b 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/MSALWrapper.csproj b/src/MSALWrapper/MSALWrapper.csproj index dbb8e68a..aceab3f6 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 7a7b90e4..01fc067e 100644 --- a/src/TestHelper/TestHelper.csproj +++ b/src/TestHelper/TestHelper.csproj @@ -1,4 +1,4 @@ - + net8.0 enable