diff --git a/src/SuavoAgent.Adapters.ComputerRx/SuavoAgent.Adapters.ComputerRx.csproj b/src/SuavoAgent.Adapters.ComputerRx/SuavoAgent.Adapters.ComputerRx.csproj index ccf5aad5..611f6824 100644 --- a/src/SuavoAgent.Adapters.ComputerRx/SuavoAgent.Adapters.ComputerRx.csproj +++ b/src/SuavoAgent.Adapters.ComputerRx/SuavoAgent.Adapters.ComputerRx.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/SuavoAgent.Adapters.PioneerRx/SuavoAgent.Adapters.PioneerRx.csproj b/src/SuavoAgent.Adapters.PioneerRx/SuavoAgent.Adapters.PioneerRx.csproj index 8a7e4b43..d3b4eb34 100644 --- a/src/SuavoAgent.Adapters.PioneerRx/SuavoAgent.Adapters.PioneerRx.csproj +++ b/src/SuavoAgent.Adapters.PioneerRx/SuavoAgent.Adapters.PioneerRx.csproj @@ -10,8 +10,9 @@ - - + + + diff --git a/src/SuavoAgent.Analyzers/SuavoAgent.Analyzers.csproj b/src/SuavoAgent.Analyzers/SuavoAgent.Analyzers.csproj index 5c7f2fd3..b4beb239 100644 --- a/src/SuavoAgent.Analyzers/SuavoAgent.Analyzers.csproj +++ b/src/SuavoAgent.Analyzers/SuavoAgent.Analyzers.csproj @@ -19,7 +19,7 @@ Using 4.11.0+ here causes the analyzer DLL to fail loading silently (CS9057 warning "analyzer references newer compiler version"), so the gate doesn't fire on actual builds. Bump when the dev SDK upgrades. --> - + diff --git a/src/SuavoAgent.Broker/SuavoAgent.Broker.csproj b/src/SuavoAgent.Broker/SuavoAgent.Broker.csproj index e6d72dfc..b2c63b0d 100644 --- a/src/SuavoAgent.Broker/SuavoAgent.Broker.csproj +++ b/src/SuavoAgent.Broker/SuavoAgent.Broker.csproj @@ -10,16 +10,16 @@ - + - + - + - + diff --git a/src/SuavoAgent.Core/SuavoAgent.Core.csproj b/src/SuavoAgent.Core/SuavoAgent.Core.csproj index 4971ae0d..f8e9eb85 100644 --- a/src/SuavoAgent.Core/SuavoAgent.Core.csproj +++ b/src/SuavoAgent.Core/SuavoAgent.Core.csproj @@ -19,8 +19,8 @@ - - + + @@ -29,8 +29,8 @@ - - + + - + diff --git a/src/SuavoAgent.Diagnostics/SuavoAgent.Diagnostics.csproj b/src/SuavoAgent.Diagnostics/SuavoAgent.Diagnostics.csproj index b419ce2e..5b21a695 100644 --- a/src/SuavoAgent.Diagnostics/SuavoAgent.Diagnostics.csproj +++ b/src/SuavoAgent.Diagnostics/SuavoAgent.Diagnostics.csproj @@ -32,13 +32,13 @@ AppDomain/UnobservedTask hooks). --> - + - + diff --git a/src/SuavoAgent.Setup/SuavoAgent.Setup.csproj b/src/SuavoAgent.Setup/SuavoAgent.Setup.csproj index 75ef3875..606ab8d3 100644 --- a/src/SuavoAgent.Setup/SuavoAgent.Setup.csproj +++ b/src/SuavoAgent.Setup/SuavoAgent.Setup.csproj @@ -54,11 +54,11 @@ - - - - - + + + + + diff --git a/src/SuavoAgent.Watchdog/SuavoAgent.Watchdog.csproj b/src/SuavoAgent.Watchdog/SuavoAgent.Watchdog.csproj index 2f52642c..752dc160 100644 --- a/src/SuavoAgent.Watchdog/SuavoAgent.Watchdog.csproj +++ b/src/SuavoAgent.Watchdog/SuavoAgent.Watchdog.csproj @@ -14,9 +14,9 @@ - + - + diff --git a/tests/SuavoAgent.Adapters.ComputerRx.Tests/SuavoAgent.Adapters.ComputerRx.Tests.csproj b/tests/SuavoAgent.Adapters.ComputerRx.Tests/SuavoAgent.Adapters.ComputerRx.Tests.csproj index 9d9ffdc5..d2fd4261 100644 --- a/tests/SuavoAgent.Adapters.ComputerRx.Tests/SuavoAgent.Adapters.ComputerRx.Tests.csproj +++ b/tests/SuavoAgent.Adapters.ComputerRx.Tests/SuavoAgent.Adapters.ComputerRx.Tests.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/tests/SuavoAgent.Adapters.PioneerRx.Tests/SuavoAgent.Adapters.PioneerRx.Tests.csproj b/tests/SuavoAgent.Adapters.PioneerRx.Tests/SuavoAgent.Adapters.PioneerRx.Tests.csproj index 259e8dfc..58a1fb3e 100644 --- a/tests/SuavoAgent.Adapters.PioneerRx.Tests/SuavoAgent.Adapters.PioneerRx.Tests.csproj +++ b/tests/SuavoAgent.Adapters.PioneerRx.Tests/SuavoAgent.Adapters.PioneerRx.Tests.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/tests/SuavoAgent.Analyzers.Tests/SuavoAgent.Analyzers.Tests.csproj b/tests/SuavoAgent.Analyzers.Tests/SuavoAgent.Analyzers.Tests.csproj index f5a63425..77c3fc32 100644 --- a/tests/SuavoAgent.Analyzers.Tests/SuavoAgent.Analyzers.Tests.csproj +++ b/tests/SuavoAgent.Analyzers.Tests/SuavoAgent.Analyzers.Tests.csproj @@ -11,17 +11,17 @@ - + - - - + + + - + diff --git a/tests/SuavoAgent.Broker.Tests/SuavoAgent.Broker.Tests.csproj b/tests/SuavoAgent.Broker.Tests/SuavoAgent.Broker.Tests.csproj index 8e929e32..7f8c1079 100644 --- a/tests/SuavoAgent.Broker.Tests/SuavoAgent.Broker.Tests.csproj +++ b/tests/SuavoAgent.Broker.Tests/SuavoAgent.Broker.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/tests/SuavoAgent.Contracts.Tests/SuavoAgent.Contracts.Tests.csproj b/tests/SuavoAgent.Contracts.Tests/SuavoAgent.Contracts.Tests.csproj index a0c05bca..2373e5a0 100644 --- a/tests/SuavoAgent.Contracts.Tests/SuavoAgent.Contracts.Tests.csproj +++ b/tests/SuavoAgent.Contracts.Tests/SuavoAgent.Contracts.Tests.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/tests/SuavoAgent.Core.Tests/SuavoAgent.Core.Tests.csproj b/tests/SuavoAgent.Core.Tests/SuavoAgent.Core.Tests.csproj index 7453c1ba..ba64e676 100644 --- a/tests/SuavoAgent.Core.Tests/SuavoAgent.Core.Tests.csproj +++ b/tests/SuavoAgent.Core.Tests/SuavoAgent.Core.Tests.csproj @@ -10,11 +10,11 @@ - + - - - + + + diff --git a/tests/SuavoAgent.Diagnostics.Tests/SuavoAgent.Diagnostics.Tests.csproj b/tests/SuavoAgent.Diagnostics.Tests/SuavoAgent.Diagnostics.Tests.csproj index 3f12f17e..84bf126c 100644 --- a/tests/SuavoAgent.Diagnostics.Tests/SuavoAgent.Diagnostics.Tests.csproj +++ b/tests/SuavoAgent.Diagnostics.Tests/SuavoAgent.Diagnostics.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/tests/SuavoAgent.Helper.Tests/SuavoAgent.Helper.Tests.csproj b/tests/SuavoAgent.Helper.Tests/SuavoAgent.Helper.Tests.csproj index 0dfdeda8..0bf6ee01 100644 --- a/tests/SuavoAgent.Helper.Tests/SuavoAgent.Helper.Tests.csproj +++ b/tests/SuavoAgent.Helper.Tests/SuavoAgent.Helper.Tests.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/tests/SuavoAgent.Setup.Tests/SuavoAgent.Setup.Tests.csproj b/tests/SuavoAgent.Setup.Tests/SuavoAgent.Setup.Tests.csproj index 1981e90b..e176604c 100644 --- a/tests/SuavoAgent.Setup.Tests/SuavoAgent.Setup.Tests.csproj +++ b/tests/SuavoAgent.Setup.Tests/SuavoAgent.Setup.Tests.csproj @@ -11,9 +11,9 @@ - - - + + + - - + + diff --git a/tests/SuavoAgent.Watchdog.Tests/SuavoAgent.Watchdog.Tests.csproj b/tests/SuavoAgent.Watchdog.Tests/SuavoAgent.Watchdog.Tests.csproj index 6c2fcc3e..b3280780 100644 --- a/tests/SuavoAgent.Watchdog.Tests/SuavoAgent.Watchdog.Tests.csproj +++ b/tests/SuavoAgent.Watchdog.Tests/SuavoAgent.Watchdog.Tests.csproj @@ -11,7 +11,7 @@ - +