diff --git a/Apps/BlockPageApp/BlockPageApp.csproj b/Apps/BlockPageApp/BlockPageApp.csproj
index aa31fad9..d2f99ff4 100644
--- a/Apps/BlockPageApp/BlockPageApp.csproj
+++ b/Apps/BlockPageApp/BlockPageApp.csproj
@@ -3,7 +3,7 @@
net8.0
false
- 6.1
+ 6.2
false
Technitium
Technitium DNS Server
diff --git a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj
index cfd5d784..9d713777 100644
--- a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj
+++ b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj
@@ -4,7 +4,7 @@
net8.0
false
true
- 1.1
+ 2.0
false
Technitium
Technitium DNS Server
@@ -13,14 +13,14 @@
QueryLogsMySql
https://technitium.com/dns/
https://github.com/TechnitiumSoftware/DnsServer
- Logs all incoming DNS requests and their responses in a MySQL database that can be queried from the DNS Server web console.\n\nNote! You will need to create a user and grant all privileges on the database to the user so that the app will be able to access it. To do that run the following commands with the required database name and username on your mysql root prompt:\nCREATE USER 'user'@'%' IDENTIFIED BY 'password';\nGRANT ALL PRIVILEGES ON DatabaseName.* TO 'user'@'%';
+ Logs all incoming DNS requests and their responses in a MySQL/MariaDB database that can be queried from the DNS Server web console.\n\nNote! You will need to create a user and grant all privileges on the database to the user so that the app will be able to access it. To do that run the following commands with the required database name and username on your mysql root prompt:\nCREATE USER 'user'@'%' IDENTIFIED BY 'password';\nGRANT ALL PRIVILEGES ON DatabaseName.* TO 'user'@'%';
false
Library
enable
-
+
diff --git a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj
index 90effde6..e5f6a871 100644
--- a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj
+++ b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj
@@ -4,7 +4,7 @@
net8.0
false
true
- 1.1
+ 1.2
false
Technitium
Technitium DNS Server