From e06f037c5100638232bab03628701fe0c41c4ad2 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Fri, 31 May 2024 10:46:16 -0700 Subject: [PATCH] Update NuGet packages. --- Agent/Agent.csproj | 14 +++++----- Remotely.slnLaunch | 37 ++++++++++++++++++++++++++ Server/Server.csproj | 24 ++++++++--------- Shared/Shared.csproj | 4 +-- Tests/LoadTester/LoadTester.csproj | 2 +- Tests/Server.Tests/Server.Tests.csproj | 10 +++---- Tests/Shared.Tests/Shared.Tests.csproj | 8 +++--- 7 files changed, 68 insertions(+), 31 deletions(-) create mode 100644 Remotely.slnLaunch diff --git a/Agent/Agent.csproj b/Agent/Agent.csproj index fb3e32fb..a754785f 100644 --- a/Agent/Agent.csproj +++ b/Agent/Agent.csproj @@ -23,18 +23,18 @@ - - + + - - - - - + + + + + diff --git a/Remotely.slnLaunch b/Remotely.slnLaunch new file mode 100644 index 00000000..8732c505 --- /dev/null +++ b/Remotely.slnLaunch @@ -0,0 +1,37 @@ +[ + { + "Name": "Agent \u002B Server \u002B Desktop", + "Projects": [ + { + "Path": "Agent\\Agent.csproj", + "Action": "Start", + "DebugTarget": "Agent" + }, + { + "Path": "Desktop.Win\\Desktop.Win.csproj", + "Action": "Start", + "DebugTarget": "Desktop.Win" + }, + { + "Path": "Server\\Server.csproj", + "Action": "Start", + "DebugTarget": "Server" + } + ] + }, + { + "Name": "Agent \u002B Server", + "Projects": [ + { + "Path": "Agent\\Agent.csproj", + "Action": "Start", + "DebugTarget": "Agent" + }, + { + "Path": "Server\\Server.csproj", + "Action": "Start", + "DebugTarget": "Server" + } + ] + } +] \ No newline at end of file diff --git a/Server/Server.csproj b/Server/Server.csproj index f5d1e711..e7769175 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -14,25 +14,25 @@ - - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + - + diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index 66ace65b..1774f3c8 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -10,10 +10,10 @@ - + - + diff --git a/Tests/LoadTester/LoadTester.csproj b/Tests/LoadTester/LoadTester.csproj index fed70338..a8401d86 100644 --- a/Tests/LoadTester/LoadTester.csproj +++ b/Tests/LoadTester/LoadTester.csproj @@ -8,7 +8,7 @@ - + diff --git a/Tests/Server.Tests/Server.Tests.csproj b/Tests/Server.Tests/Server.Tests.csproj index 13a5c711..e1031ed2 100644 --- a/Tests/Server.Tests/Server.Tests.csproj +++ b/Tests/Server.Tests/Server.Tests.csproj @@ -13,12 +13,12 @@ - - - + + + - - + + diff --git a/Tests/Shared.Tests/Shared.Tests.csproj b/Tests/Shared.Tests/Shared.Tests.csproj index 03dc5490..0bcf9dbc 100644 --- a/Tests/Shared.Tests/Shared.Tests.csproj +++ b/Tests/Shared.Tests/Shared.Tests.csproj @@ -13,10 +13,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive