From 547e574e6af9504f3b5879b903a8eb170a3fb8c6 Mon Sep 17 00:00:00 2001 From: Alex Pedersen Date: Wed, 22 Jul 2026 13:00:21 +0200 Subject: [PATCH] updated projects from .net 6 to .net 10 --- PointOfSale/Pos.Ui/Database/Database.csproj | 14 +++++++------- PointOfSale/Pos.Ui/Pos/Pos.csproj | 2 +- .../Pos.Ui/Pos/appsettings.development.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PointOfSale/Pos.Ui/Database/Database.csproj b/PointOfSale/Pos.Ui/Database/Database.csproj index 4fc5e95..7a93827 100644 --- a/PointOfSale/Pos.Ui/Database/Database.csproj +++ b/PointOfSale/Pos.Ui/Database/Database.csproj @@ -1,16 +1,16 @@ - net6.0 + net10.0 - - - - - - + + + + + + diff --git a/PointOfSale/Pos.Ui/Pos/Pos.csproj b/PointOfSale/Pos.Ui/Pos/Pos.csproj index c40b5bd..51b23eb 100644 --- a/PointOfSale/Pos.Ui/Pos/Pos.csproj +++ b/PointOfSale/Pos.Ui/Pos/Pos.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net10.0-windows7.0 true diff --git a/PointOfSale/Pos.Ui/Pos/appsettings.development.json b/PointOfSale/Pos.Ui/Pos/appsettings.development.json index 2cd2b1e..6b4ce79 100644 --- a/PointOfSale/Pos.Ui/Pos/appsettings.development.json +++ b/PointOfSale/Pos.Ui/Pos/appsettings.development.json @@ -1,5 +1,5 @@ { - "MariaSqlServer": "Data Source=localhost;Initial Catalog=PointOfSale;Persist Security Info=False;User ID=root;Password=Maxbp6703", + "MariaSqlServer": "Data Source=localhost;Initial Catalog=PointOfSale;Persist Security Info=False;User ID=root;Password=", "PrintSettings": { "ComPort": "COM5", "BaudRate": 115200,