diff --git a/README.md b/README.md index 2a646c1..bf5efb2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ An open-source project (MIT license) that targets and complements the [System.Globalization](https://github.com/dotnet/runtime/tree/main/src/libraries/System.Private.CoreLib/src/System/Globalization) namespace. It aims to provide a way to favor National Language Support (NLS) over International Components for Unicode (ICU). +Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://globalization.codebelt.net/ + ### 📦 Standalone Packages Provides a focused API for RESTful versioning. diff --git a/testenvironments.json b/testenvironments.json index 1270327..0214cf5 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.409-9.0.300" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.409-9.0.300" } ] }