From 5eaf543b3d8b249ca31e2658320814751752edd8 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Wed, 18 Sep 2024 19:58:50 +0200 Subject: [PATCH] Update .NET SDK to 8.0.400, including dependencies --- MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj | 16 ++++++++-------- MoreLinq.Test.Aot/ToDataTableTest.cs | 2 +- MoreLinq.Test/MoreLinq.Test.csproj | 12 ++++++------ MoreLinq/MoreLinq.csproj | 2 +- bld/ExtensionsGenerator/.editorconfig | 2 ++ .../MoreLinq.ExtensionsGenerator.csproj | 8 +++++++- global.json | 2 +- 7 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 bld/ExtensionsGenerator/.editorconfig diff --git a/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj b/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj index 9453f8dc7..219cc362d 100644 --- a/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj +++ b/MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj @@ -8,14 +8,14 @@ - - - - - - - - + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/MoreLinq.Test.Aot/ToDataTableTest.cs b/MoreLinq.Test.Aot/ToDataTableTest.cs index 163c76598..c0be620f1 100644 --- a/MoreLinq.Test.Aot/ToDataTableTest.cs +++ b/MoreLinq.Test.Aot/ToDataTableTest.cs @@ -15,7 +15,7 @@ // limitations under the License. #endregion -namespace MoreLinq.Test +namespace MoreLinq.Test.Aot { using System; using System.Collections; diff --git a/MoreLinq.Test/MoreLinq.Test.csproj b/MoreLinq.Test/MoreLinq.Test.csproj index 5defc11f4..5e6a4cdce 100644 --- a/MoreLinq.Test/MoreLinq.Test.csproj +++ b/MoreLinq.Test/MoreLinq.Test.csproj @@ -26,20 +26,20 @@ runtime; build; native; contentfiles; analyzers all - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + diff --git a/MoreLinq/MoreLinq.csproj b/MoreLinq/MoreLinq.csproj index 8264eee51..7f347418a 100644 --- a/MoreLinq/MoreLinq.csproj +++ b/MoreLinq/MoreLinq.csproj @@ -150,7 +150,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/bld/ExtensionsGenerator/.editorconfig b/bld/ExtensionsGenerator/.editorconfig new file mode 100644 index 000000000..72716eada --- /dev/null +++ b/bld/ExtensionsGenerator/.editorconfig @@ -0,0 +1,2 @@ +[ProgramArguments.cs] +dotnet_analyzer_diagnostic.category-Style.severity = suggestion diff --git a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj index a8c8964b0..ede7cf45d 100644 --- a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj +++ b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj @@ -6,7 +6,13 @@ - + + + + + + + diff --git a/global.json b/global.json index d031a7632..db09cbbe9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.200", + "version": "8.0.400", "rollForward": "latestPatch" } }