Skip to content

Commit

Permalink
Updated dotnet 7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ydinkov committed Jul 28, 2023
1 parent 0ae4b80 commit 80acd09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dialogative.Tests/Dialogative.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="icon.png" alt="drawing" width="200"/>

# Dialogative


Is a helper class that let's you encode a full dialogue tree in a yaml file and query it at runtime.

Expand Down Expand Up @@ -304,4 +304,4 @@ Option? HandlePlayerChoice(Option[] options1, ConsoleKey consoleKey)
return choice;
}

```
```

0 comments on commit 80acd09

Please sign in to comment.