diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4b798b5..0ee3d0d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,8 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
- dotnet-version: '8'
- dotnet-quality: 'preview' # Change to 'ga' once .NET 8 release
+ dotnet-version: '9'
- name: Clone repository
uses: actions/checkout@v4
- name: Restore dependencies
diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj
index 14b53b9..6ff8f20 100644
--- a/src/Api/Api.csproj
+++ b/src/Api/Api.csproj
@@ -1,12 +1,12 @@
- net8.0
+ net9.0
-
-
+
+
diff --git a/src/CatalogSync/CatalogSync.csproj b/src/CatalogSync/CatalogSync.csproj
index 61eb1a6..7f7042c 100644
--- a/src/CatalogSync/CatalogSync.csproj
+++ b/src/CatalogSync/CatalogSync.csproj
@@ -9,14 +9,14 @@
-
-
-
+
+
+
Exe
- net8.0
+ net9.0
diff --git a/src/Database.Migrations.Npgsql/Database.Migrations.Npgsql.csproj b/src/Database.Migrations.Npgsql/Database.Migrations.Npgsql.csproj
index 42233ca..ad0af27 100644
--- a/src/Database.Migrations.Npgsql/Database.Migrations.Npgsql.csproj
+++ b/src/Database.Migrations.Npgsql/Database.Migrations.Npgsql.csproj
@@ -1,7 +1,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -12,7 +12,7 @@
- net8.0
+ net9.0
diff --git a/src/Database.Migrations.Sqlite/Database.Migrations.Sqlite.csproj b/src/Database.Migrations.Sqlite/Database.Migrations.Sqlite.csproj
index 42233ca..ad0af27 100644
--- a/src/Database.Migrations.Sqlite/Database.Migrations.Sqlite.csproj
+++ b/src/Database.Migrations.Sqlite/Database.Migrations.Sqlite.csproj
@@ -1,7 +1,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -12,7 +12,7 @@
- net8.0
+ net9.0
diff --git a/src/Database/Database.csproj b/src/Database/Database.csproj
index 63dfc79..c711ea9 100644
--- a/src/Database/Database.csproj
+++ b/src/Database/Database.csproj
@@ -1,16 +1,16 @@
- net8.0
+ net9.0
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+
diff --git a/src/Scraper/Scraper.csproj b/src/Scraper/Scraper.csproj
index d4975b4..014b61e 100644
--- a/src/Scraper/Scraper.csproj
+++ b/src/Scraper/Scraper.csproj
@@ -1,12 +1,12 @@
- net8.0
+ net9.0
-
-
+
+
diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj
index 689ca20..779fb99 100644
--- a/src/Tests/Tests.csproj
+++ b/src/Tests/Tests.csproj
@@ -1,22 +1,22 @@
- net8.0
+ net9.0
false
-
-
-
-
-
+
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all