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 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