diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 84616d1d42..b42c08d59c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,9 +45,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
+ # Block buggy release from February 11, 2025
dotnet-version: |
- 8.0.x
- 9.0.x
+ 8.0.309
+ 9.0.103
- name: Show installed versions
shell: pwsh
run: |
@@ -163,9 +164,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
+ # Block buggy release from February 11, 2025
dotnet-version: |
- 8.0.x
- 9.0.x
+ 8.0.309
+ 9.0.103
- name: Git checkout
uses: actions/checkout@v4
- name: Restore tools
@@ -218,9 +220,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
+ # Block buggy release from February 11, 2025
dotnet-version: |
- 8.0.x
- 9.0.x
+ 8.0.309
+ 9.0.103
- name: Git checkout
uses: actions/checkout@v4
with:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 92e716594d..8e430ee6a4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -26,9 +26,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
+ # Block buggy release from February 11, 2025
dotnet-version: |
- 8.0.x
- 9.0.x
+ 8.0.309
+ 9.0.103
- name: Git checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
diff --git a/package-versions.props b/package-versions.props
index 8594f66150..2a26bd7b7a 100644
--- a/package-versions.props
+++ b/package-versions.props
@@ -14,7 +14,6 @@
7.0.*
2.4.*
2.0.*
- 8.0.*
9.0.*
17.12.*
2.9.*
diff --git a/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj b/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj
index 09968a0922..755299c79a 100644
--- a/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj
+++ b/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj
@@ -20,7 +20,6 @@
package-icon.png
PackageReadme.md
true
- true
embedded
@@ -47,7 +46,6 @@
-
diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
index b30f89cb9f..91809e8903 100644
--- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
+++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
@@ -19,7 +19,6 @@
package-icon.png
PackageReadme.md
true
- true
embedded
@@ -42,7 +41,6 @@
-