From f7f90b1f04f807bef4c6fed059cba8339e8406dd Mon Sep 17 00:00:00 2001 From: Kyousei Date: Sat, 18 Nov 2017 15:52:15 +0100 Subject: [PATCH] Changed netcoreapp1.1 to netcoreapp2.0 again --- docs/JSON Explanations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/JSON Explanations.md b/docs/JSON Explanations.md index 57141b95..9eedcfb2 100644 --- a/docs/JSON Explanations.md +++ b/docs/JSON Explanations.md @@ -186,7 +186,7 @@ For windows (regular installation, or from the updater), this is usually ## DB files Nadeko saves all the settings and infomations in `NadekoBot.db` file here: -`NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data/NadekoBot.db` (macOS and Linux) +`NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data/NadekoBot.db` (macOS and Linux) `NadekoBot\system\data` (Windows) in order to open the database file you will need [DB Browser for SQLite](http://sqlitebrowser.org/).