From 8d7b8af216ea5455c02f0844809eb916128a03bf Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Thu, 13 Feb 2025 23:28:52 +0100
Subject: [PATCH 1/2] Block new buggy .NET SDK
---
.github/workflows/build.yml | 15 +++++++++------
.github/workflows/codeql.yml | 5 +++--
2 files changed, 12 insertions(+), 8 deletions(-)
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
From 9fee559534efecf4bac1485e631deb285d975255 Mon Sep 17 00:00:00 2001
From: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
Date: Thu, 13 Feb 2025 23:41:52 +0100
Subject: [PATCH 2/2] Remove SourceLink NuGet reference (included in .NET 8
SDK)
---
package-versions.props | 1 -
.../JsonApiDotNetCore.Annotations.csproj | 2 --
src/JsonApiDotNetCore/JsonApiDotNetCore.csproj | 2 --
3 files changed, 5 deletions(-)
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 @@
-