diff --git a/Dialogative.Tests/Dialogative.Tests.csproj b/Dialogative.Tests/Dialogative.Tests.csproj index 5f1d4a0..75ae63e 100644 --- a/Dialogative.Tests/Dialogative.Tests.csproj +++ b/Dialogative.Tests/Dialogative.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable false diff --git a/README.md b/README.md index caf8a26..7ac968a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ drawing -# Dialogative + Is a helper class that let's you encode a full dialogue tree in a yaml file and query it at runtime. @@ -304,4 +304,4 @@ Option? HandlePlayerChoice(Option[] options1, ConsoleKey consoleKey) return choice; } -``` +``` \ No newline at end of file