Fix ambiguous Gang/Dish/DishModifications references in EpsonTest build
Use fully-qualified KitchenReceipt namespace for Gang, Dish, and DishModifications in BuildSampleKitchenReceipt and BuildSampleKitchenReceiptNextDish to resolve CS0104 errors caused by identical type names in BarReceipt and KitchenReceipt namespaces. Add global.json to pin SDK to .NET 8.0 for compatibility with .slnx. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
6
global.json
Normal file
6
global.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "8.0.419",
|
||||
"rollForward": "latestPatch"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user