From 7edfa19ca606e45024774448cc4da45a85bb4fe1 Mon Sep 17 00:00:00 2001 From: Rick Neeft Date: Sun, 23 Nov 2025 16:37:26 +0100 Subject: [PATCH 1/2] Dotnet10 fixes --- .../Top2000.Data.ClientDatabase.csproj | 2 -- tests/sql/Top2000.Data.ClientDatabase.Tests/Usings.cs | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj b/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj index 6121aaa..10a2626 100644 --- a/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj +++ b/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj @@ -41,8 +41,6 @@ - - diff --git a/tests/sql/Top2000.Data.ClientDatabase.Tests/Usings.cs b/tests/sql/Top2000.Data.ClientDatabase.Tests/Usings.cs index 232998f..0f6619a 100644 --- a/tests/sql/Top2000.Data.ClientDatabase.Tests/Usings.cs +++ b/tests/sql/Top2000.Data.ClientDatabase.Tests/Usings.cs @@ -5,4 +5,6 @@ global using Moq; global using Moq.Protected; global using System.Net; -global using System.Text.Json; \ No newline at end of file +global using System.Text.Json; + +[assembly: Parallelize] \ No newline at end of file From 57c7c151fdbf8da591fc68743fd6b9b42f69e692 Mon Sep 17 00:00:00 2001 From: Rick Neeft Date: Sun, 23 Nov 2025 16:38:15 +0100 Subject: [PATCH 2/2] Fix --- .../Top2000.Data.ClientDatabase.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj b/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj index 10a2626..524377d 100644 --- a/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj +++ b/src/sql/Top2000.Data.ClientDatabase/Top2000.Data.ClientDatabase.csproj @@ -25,7 +25,7 @@ https://github.com/Top2000app/data git - +