From 4dd04ff335721d86b0ed814dbbc2f8d57fc0a8a0 Mon Sep 17 00:00:00 2001 From: Sven Mitt Date: Mon, 20 Apr 2026 09:28:00 +0300 Subject: [PATCH] docs: in readme replace reference to .net6.0 with .net8.0 WE2-1180 Signed-off-by: Sven Mitt --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index ad41bd2..f5970f0 100644 --- a/example/README.md +++ b/example/README.md @@ -219,7 +219,7 @@ To build the application, follow these steps: 4. Update the `OriginUrl` in the `appsettings.json` to match your production environment: ```sh - sed -i 's#"OriginUrl": "https://localhost:44391"#"OriginUrl": "https://example.com"#' WebEid.AspNetCore.Example/bin/Release/net6.0/publish/appsettings.json + sed -i 's#"OriginUrl": "https://localhost:44391"#"OriginUrl": "https://example.com"#' WebEid.AspNetCore.Example/bin/Release/net8.0/publish/appsettings.json ``` ### Building the Docker image