From 45af711aa7565994d6506956f27237e6434a6b2b Mon Sep 17 00:00:00 2001 From: Daniel Murrmann <9040811+fancyDevelopment@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:33:00 +0100 Subject: [PATCH 1/2] Updated project files with new framework and fixed EF Core dependency --- ...eLinker.Gateway.EntityFrameworkCore.csproj | 19 +++++++++---------- .../Fancy.ResourceLinker.Gateway.csproj | 6 +++--- .../Fancy.ResourceLinker.Hateoas.csproj | 6 +++--- .../Fancy.ResourceLinker.Models.ITest.csproj | 2 +- .../Fancy.ResourceLinker.Models.UTest.csproj | 2 +- .../Fancy.ResourceLinker.Models.csproj | 4 ++-- 6 files changed, 19 insertions(+), 20 deletions(-) diff --git a/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj b/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj index 433eeb6..5eaefd5 100644 --- a/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj +++ b/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj @@ -1,8 +1,8 @@  - 1.1.0 - net8.0 + 2.0.0-beta.0 + net10.0 enable enable @@ -27,14 +27,13 @@ - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj b/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj index 333e85d..2794dfe 100644 --- a/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj +++ b/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj @@ -1,8 +1,8 @@  - 1.1.0 - net8.0 + 2.0.0-beta.0 + net10.0 enable enable @@ -27,7 +27,7 @@ - + diff --git a/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj b/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj index 35c25dc..e2cdfaa 100644 --- a/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj +++ b/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj @@ -1,15 +1,15 @@  - 1.1.0 - net8.0 + 2.0.0-beta.0 + net10.0 enable enable - Fancy Resource Linker Gateway + Fancy Resource Linker HATEOAS A library to create HATEOAS like links to resources published by ASP.NET Core.. fancy Development - Daniel Murrmann Copyright 2015-2025 fancyDevelopment - Daniel Murrmann diff --git a/src/Fancy.ResourceLinker.Models.ITest/Fancy.ResourceLinker.Models.ITest.csproj b/src/Fancy.ResourceLinker.Models.ITest/Fancy.ResourceLinker.Models.ITest.csproj index 07ef703..751339b 100644 --- a/src/Fancy.ResourceLinker.Models.ITest/Fancy.ResourceLinker.Models.ITest.csproj +++ b/src/Fancy.ResourceLinker.Models.ITest/Fancy.ResourceLinker.Models.ITest.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable diff --git a/src/Fancy.ResourceLinker.Models.UTest/Fancy.ResourceLinker.Models.UTest.csproj b/src/Fancy.ResourceLinker.Models.UTest/Fancy.ResourceLinker.Models.UTest.csproj index c365cf3..5f0ff19 100644 --- a/src/Fancy.ResourceLinker.Models.UTest/Fancy.ResourceLinker.Models.UTest.csproj +++ b/src/Fancy.ResourceLinker.Models.UTest/Fancy.ResourceLinker.Models.UTest.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable enable diff --git a/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj b/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj index 8f852e5..0280675 100644 --- a/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj +++ b/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj @@ -1,8 +1,8 @@  - 1.1.0 - net8.0 + 2.0.0-beta.0 + net10.0 enable enable From 6e09e91bd56468c7c0a9be58537b602133fe1b3c Mon Sep 17 00:00:00 2001 From: Daniel Murrmann <9040811+fancyDevelopment@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:39:18 +0100 Subject: [PATCH 2/2] Updated GitHub Workflows to .NET 10 --- .../Fancy.ResourceLinker.Gateway.EntityFrameworkCore.yaml | 2 +- .github/workflows/Fancy.ResourceLinker.Gateway.yaml | 2 +- .github/workflows/Fancy.ResourceLinker.Hateoas.yaml | 2 +- .github/workflows/Fancy.ResourceLinker.Models.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.yaml b/.github/workflows/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.yaml index ecd0553..ef40f22 100644 --- a/.github/workflows/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.yaml +++ b/.github/workflows/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.yaml @@ -26,7 +26,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x # Build library - name: Build library diff --git a/.github/workflows/Fancy.ResourceLinker.Gateway.yaml b/.github/workflows/Fancy.ResourceLinker.Gateway.yaml index 5cda43f..5d1e329 100644 --- a/.github/workflows/Fancy.ResourceLinker.Gateway.yaml +++ b/.github/workflows/Fancy.ResourceLinker.Gateway.yaml @@ -26,7 +26,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x # Build library - name: Build library diff --git a/.github/workflows/Fancy.ResourceLinker.Hateoas.yaml b/.github/workflows/Fancy.ResourceLinker.Hateoas.yaml index 1a7f8bc..33a6086 100644 --- a/.github/workflows/Fancy.ResourceLinker.Hateoas.yaml +++ b/.github/workflows/Fancy.ResourceLinker.Hateoas.yaml @@ -26,7 +26,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x # Build library - name: Build library diff --git a/.github/workflows/Fancy.ResourceLinker.Models.yaml b/.github/workflows/Fancy.ResourceLinker.Models.yaml index 75290da..4e1427c 100644 --- a/.github/workflows/Fancy.ResourceLinker.Models.yaml +++ b/.github/workflows/Fancy.ResourceLinker.Models.yaml @@ -26,7 +26,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x # Build library - name: Build library