From 77ab547cf996d5057a12f0d73831c1061011e3a7 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 3 Dec 2025 04:01:45 +0000
Subject: [PATCH 1/2] Initial plan
From 98d9763101cea8f2570f29db45a7dfe548949c08 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 3 Dec 2025 04:10:52 +0000
Subject: [PATCH 2/2] Update dependencies to latest respecting framework
version restrictions
Co-authored-by: gfs <98900+gfs@users.noreply.github.com>
---
Benchmarks/Benchmarks.csproj | 2 +-
Benchmarks/SetupTimeTest.cs | 2 +-
Directory.Build.props | 2 +-
Lib/Lib.csproj | 2 +-
Tests/Tests.csproj | 6 +++---
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Benchmarks/Benchmarks.csproj b/Benchmarks/Benchmarks.csproj
index 1f347cf92..944558bce 100644
--- a/Benchmarks/Benchmarks.csproj
+++ b/Benchmarks/Benchmarks.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/Benchmarks/SetupTimeTest.cs b/Benchmarks/SetupTimeTest.cs
index 3cebc1fee..36d61934f 100644
--- a/Benchmarks/SetupTimeTest.cs
+++ b/Benchmarks/SetupTimeTest.cs
@@ -98,7 +98,7 @@ public void PopulateDatabases()
private DatabaseManager dbManager;
[Benchmark]
- private void Setup()
+ public void Setup()
{
dbManager = new SqliteDatabaseManager(filename: $"AsaBenchmark_{Shards}.sqlite", new DBSettings()
{
diff --git a/Directory.Build.props b/Directory.Build.props
index eb78b010c..a85c08bc4 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -2,7 +2,7 @@
- 3.8.118
+ 3.9.50
all
diff --git a/Lib/Lib.csproj b/Lib/Lib.csproj
index c35beeec7..674122640 100644
--- a/Lib/Lib.csproj
+++ b/Lib/Lib.csproj
@@ -38,7 +38,7 @@
-
+
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index fb1ce1200..1462a5e29 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -13,9 +13,9 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive