aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-02-19 14:59:55 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-02-19 14:59:55 +0100
commit1b854877653050b93c008f0c9916267bdb88bf65 (patch)
tree5ff1517688b3486fb85110e57d36c0416a02f754 /README.md
parenteb0e1f96898375bfa30fae449a03e9101339fab7 (diff)
Update .NET framework versions (netstandard2.1, net6.0).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b1f71a..81ad7b5 100644
--- a/README.md
+++ b/README.md
@@ -12,5 +12,5 @@ dotnet build
# How to Run
```sh
-dotnet HelloApp/bin/Debug/netcoreapp2.0/HelloApp.dll
+dotnet HelloApp/bin/Debug/net6.0/HelloApp.dll
```