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,