From 087ec3d73c7e9a4c8f30e401031611abfdd3df63 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Wed, 13 Nov 2024 06:52:21 +0100 Subject: [PATCH 1/2] :memo: updated DocFX --- .docfx/includes/availability-default.md | 2 +- .docfx/includes/availability-modern.md | 2 +- .docfx/toc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.docfx/includes/availability-default.md b/.docfx/includes/availability-default.md index f49ad3f..89f4c06 100644 --- a/.docfx/includes/availability-default.md +++ b/.docfx/includes/availability-default.md @@ -1 +1 @@ -Availability: .NET 8, .NET 6 and .NET Standard 2.0 \ No newline at end of file +Availability: .NET 9, .NET 8 and .NET Standard 2.0 \ No newline at end of file diff --git a/.docfx/includes/availability-modern.md b/.docfx/includes/availability-modern.md index c3c49da..abf5369 100644 --- a/.docfx/includes/availability-modern.md +++ b/.docfx/includes/availability-modern.md @@ -1 +1 @@ -Availability: .NET 8 and .NET 6 \ No newline at end of file +Availability: .NET 9 and .NET 8 \ No newline at end of file diff --git a/.docfx/toc.yml b/.docfx/toc.yml index 3f9065b..23d5b35 100644 --- a/.docfx/toc.yml +++ b/.docfx/toc.yml @@ -1,4 +1,4 @@ - name: Unitify API - href: api/Codebelt..Unitify.html + href: api/Codebelt.Unitify.html - name: NuGet href: packages From fb4261478449c0022e8eb3055d708005d6a8d0c5 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Wed, 13 Nov 2024 06:52:50 +0100 Subject: [PATCH 2/2] :arrow_up: bump dependencies --- Directory.Packages.props | 6 +++--- testenvironments.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 76977b6..938245c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true - - + + @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/testenvironments.json b/testenvironments.json index 1293ff1..3d47592 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:net6.0.427-net8.0.403-9.0.100-rc.2.24474.11" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.404-9.0.100" } ] }