From 0564ee3d8681cc699d8e8534a6d6398fe459f235 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 3 Feb 2019 09:46:32 +0000 Subject: [PATCH] Correct a couple of build issues (C# 7.2 required) Signed-off-by: Adrian Conlon --- EightBit/EightBit.csproj | 1 + M6502/M6502.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/EightBit/EightBit.csproj b/EightBit/EightBit.csproj index 482cbf4..c96aecf 100644 --- a/EightBit/EightBit.csproj +++ b/EightBit/EightBit.csproj @@ -31,6 +31,7 @@ TRACE prompt 4 + latest true diff --git a/M6502/M6502.csproj b/M6502/M6502.csproj index 7876767..f865a1c 100644 --- a/M6502/M6502.csproj +++ b/M6502/M6502.csproj @@ -31,6 +31,7 @@ TRACE prompt 4 + latest