From 1896e20ef17082e2618db891951f1a61548c08d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Palczy=C5=84ski?= Date: Wed, 5 Nov 2025 09:28:30 +0100 Subject: [PATCH] Changed upper-case appsettings.Development.json to appsettings.development.json as the code expects lower-case and it does matter on Linux/Unix based systems. --- src/debug/MyNDApp/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/MyNDApp/.gitignore b/src/debug/MyNDApp/.gitignore index d209ae50d..1ae4635a3 100644 --- a/src/debug/MyNDApp/.gitignore +++ b/src/debug/MyNDApp/.gitignore @@ -1,6 +1,6 @@ obj bin -appsettings.Development.json +appsettings.development.json .vs *.gen .idea