diff --git a/.docfx/includes/availability-modern.md b/.docfx/includes/availability-modern.md new file mode 100644 index 0000000..abf5369 --- /dev/null +++ b/.docfx/includes/availability-modern.md @@ -0,0 +1 @@ +Availability: .NET 9 and .NET 8 \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index 69b5880..f5ed747 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,18 +3,18 @@ true - - + + - - - + + + - + \ No newline at end of file diff --git a/testenvironments.json b/testenvironments.json index d39afbf..151487c 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" } ] }