Two versions of the same app are included in this repository.
net9.0-> point-of-sale-9net10.0-> point-of-sale-10
Choose one of these according to the dotnet version installed on the machine.
## (optional) Install the required dotnet version
If net9.0 and net10.0 are not installed: install one of them according to the selected solution.
Exapmple: point-of-sale-9\src\global.json
{
"sdk": {
"version": "9.0.308",
"workloadVersion": "9.0.308",
"allowPrerelease": false,
"rollForward": "disable"
}
}In the selected solution folder:
dotnet workload list
dotnet workload restore In the selected solution folder:
dotnet resrtoreIn the selected solution, project PointOfSale.API folder:
dotnet build
dotnet run In the selected solution, project PointOfSale.API folder:
dotnet build -t:Run -f net9.0-ios# Run on MacOS:
dotnet build -t:Run -f net9.0-maccatalyst