From 42414465d7be22cca9816056383d85afca867e3c Mon Sep 17 00:00:00 2001 From: Robert McIntosh <261477+rwmcintosh@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:22:47 -0500 Subject: [PATCH] update core (#3000) --- .../PKSim.Assets.Images.csproj | 4 ++-- src/PKSim.Assets/PKSim.Assets.csproj | 6 +++--- src/PKSim.BatchTool/PKSim.BatchTool.csproj | 4 ++-- src/PKSim.CLI.Core/PKSim.CLI.Core.csproj | 4 ++-- src/PKSim.CLI/PKSim.CLI.csproj | 6 +++--- src/PKSim.Core/PKSim.Core.csproj | 8 ++++---- .../PKSim.Infrastructure.csproj | 18 +++++++++--------- .../PKSim.Presentation.csproj | 6 +++--- src/PKSim.R/PKSim.R.csproj | 4 ++-- src/PKSim.UI.Starter/PKSim.UI.Starter.csproj | 8 ++++---- src/PKSim.UI/PKSim.UI.csproj | 8 ++++---- src/PKSim/PKSim.csproj | 6 +++--- .../PKSimRDependencyResolution.csproj | 2 +- tests/PKSim.R.Tests/PKSim.R.Tests.csproj | 4 ++-- tests/PKSim.Tests/PKSim.Tests.csproj | 2 +- tests/PKSim.UI.Tests/PKSim.UI.Tests.csproj | 6 +++--- 16 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/PKSim.Assets.Images/PKSim.Assets.Images.csproj b/src/PKSim.Assets.Images/PKSim.Assets.Images.csproj index 9a2da67b2..f5fe2bfa3 100644 --- a/src/PKSim.Assets.Images/PKSim.Assets.Images.csproj +++ b/src/PKSim.Assets.Images/PKSim.Assets.Images.csproj @@ -27,8 +27,8 @@ - - + + diff --git a/src/PKSim.Assets/PKSim.Assets.csproj b/src/PKSim.Assets/PKSim.Assets.csproj index 3ab3fcad1..2d8ff7171 100644 --- a/src/PKSim.Assets/PKSim.Assets.csproj +++ b/src/PKSim.Assets/PKSim.Assets.csproj @@ -26,9 +26,9 @@ - - - + + + diff --git a/src/PKSim.BatchTool/PKSim.BatchTool.csproj b/src/PKSim.BatchTool/PKSim.BatchTool.csproj index d07e79a2a..e11d1f2e3 100644 --- a/src/PKSim.BatchTool/PKSim.BatchTool.csproj +++ b/src/PKSim.BatchTool/PKSim.BatchTool.csproj @@ -63,8 +63,8 @@ - - + + diff --git a/src/PKSim.CLI.Core/PKSim.CLI.Core.csproj b/src/PKSim.CLI.Core/PKSim.CLI.Core.csproj index b49923f3e..1beb9bd75 100644 --- a/src/PKSim.CLI.Core/PKSim.CLI.Core.csproj +++ b/src/PKSim.CLI.Core/PKSim.CLI.Core.csproj @@ -27,9 +27,9 @@ - + - + diff --git a/src/PKSim.CLI/PKSim.CLI.csproj b/src/PKSim.CLI/PKSim.CLI.csproj index b02c31490..3d3ed77ba 100644 --- a/src/PKSim.CLI/PKSim.CLI.csproj +++ b/src/PKSim.CLI/PKSim.CLI.csproj @@ -59,9 +59,9 @@ - - - + + + diff --git a/src/PKSim.Core/PKSim.Core.csproj b/src/PKSim.Core/PKSim.Core.csproj index b761c7e44..624f2faa5 100644 --- a/src/PKSim.Core/PKSim.Core.csproj +++ b/src/PKSim.Core/PKSim.Core.csproj @@ -31,10 +31,10 @@ - - - - + + + + diff --git a/src/PKSim.Infrastructure/PKSim.Infrastructure.csproj b/src/PKSim.Infrastructure/PKSim.Infrastructure.csproj index 2fa7cef52..fd389b074 100644 --- a/src/PKSim.Infrastructure/PKSim.Infrastructure.csproj +++ b/src/PKSim.Infrastructure/PKSim.Infrastructure.csproj @@ -40,15 +40,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/PKSim.Presentation/PKSim.Presentation.csproj b/src/PKSim.Presentation/PKSim.Presentation.csproj index b5f445476..a0f7724fb 100644 --- a/src/PKSim.Presentation/PKSim.Presentation.csproj +++ b/src/PKSim.Presentation/PKSim.Presentation.csproj @@ -30,11 +30,11 @@ - + - - + + diff --git a/src/PKSim.R/PKSim.R.csproj b/src/PKSim.R/PKSim.R.csproj index 7b3df99fd..5a4b9ccc0 100644 --- a/src/PKSim.R/PKSim.R.csproj +++ b/src/PKSim.R/PKSim.R.csproj @@ -46,9 +46,9 @@ - + - + diff --git a/src/PKSim.UI.Starter/PKSim.UI.Starter.csproj b/src/PKSim.UI.Starter/PKSim.UI.Starter.csproj index 906f0b3fc..b6978fa9e 100644 --- a/src/PKSim.UI.Starter/PKSim.UI.Starter.csproj +++ b/src/PKSim.UI.Starter/PKSim.UI.Starter.csproj @@ -23,10 +23,10 @@ - - - - + + + + diff --git a/src/PKSim.UI/PKSim.UI.csproj b/src/PKSim.UI/PKSim.UI.csproj index 91d2b7125..3aecb8993 100644 --- a/src/PKSim.UI/PKSim.UI.csproj +++ b/src/PKSim.UI/PKSim.UI.csproj @@ -60,14 +60,14 @@ - + - - - + + + diff --git a/src/PKSim/PKSim.csproj b/src/PKSim/PKSim.csproj index 9b8513fb3..e7d916dff 100644 --- a/src/PKSim/PKSim.csproj +++ b/src/PKSim/PKSim.csproj @@ -75,14 +75,14 @@ - - + + - + diff --git a/src/PKSimRDependencyResolution/PKSimRDependencyResolution.csproj b/src/PKSimRDependencyResolution/PKSimRDependencyResolution.csproj index f31ce01bb..ddec482c7 100644 --- a/src/PKSimRDependencyResolution/PKSimRDependencyResolution.csproj +++ b/src/PKSimRDependencyResolution/PKSimRDependencyResolution.csproj @@ -19,7 +19,7 @@ - + diff --git a/tests/PKSim.R.Tests/PKSim.R.Tests.csproj b/tests/PKSim.R.Tests/PKSim.R.Tests.csproj index 3885019a1..11d8c06a9 100644 --- a/tests/PKSim.R.Tests/PKSim.R.Tests.csproj +++ b/tests/PKSim.R.Tests/PKSim.R.Tests.csproj @@ -22,9 +22,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/tests/PKSim.Tests/PKSim.Tests.csproj b/tests/PKSim.Tests/PKSim.Tests.csproj index e855b52bd..8a5b28db3 100644 --- a/tests/PKSim.Tests/PKSim.Tests.csproj +++ b/tests/PKSim.Tests/PKSim.Tests.csproj @@ -21,7 +21,7 @@ - + diff --git a/tests/PKSim.UI.Tests/PKSim.UI.Tests.csproj b/tests/PKSim.UI.Tests/PKSim.UI.Tests.csproj index 1708f1a64..64aec26a8 100644 --- a/tests/PKSim.UI.Tests/PKSim.UI.Tests.csproj +++ b/tests/PKSim.UI.Tests/PKSim.UI.Tests.csproj @@ -26,11 +26,11 @@ - + - + - +