From 33141c1658e6b4f2e0d2d3a9370f559c175724d3 Mon Sep 17 00:00:00 2001
From: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Date: Fri, 18 Dec 2020 16:37:07 +0800
Subject: [PATCH] Preview4 (#430)
* Preview4
* Remove syslog in README.md
---
README.md | 3 ---
src/Directory.Build.props | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 95f0e3526..0919ba2fd 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,6 @@ The resulting folder structure is going to be like this:
### ApplicationLogs
Add this plugin to your application if need to access the log files. This can be useful to handle notifications, but remember that this also largely increases the space used by the application. `LevelDBStore` and `RpcServer` are also needed for this plugin. You can find more details [here](https://docs.neo.org/docs/en-us/reference/rpc/latest-version/api/getapplicationlog.html).
-### SystemLog
-Enable neo-cli Logging with timestamps by showing messages with different levels (shown with different colors) \(useful for debugging\).
-
### StatesDumper
Exports neo-cli status data \(useful for debugging\), such as storage modifications block by block.
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index ae97d5e4a..28635c471 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -3,7 +3,7 @@
3.0.0
- preview3
+ preview4
netstandard2.1
Neo.Plugins
The Neo Project
@@ -15,7 +15,7 @@
-
+
\ No newline at end of file