diff --git a/src/Config.cs b/src/Config.cs
index a69cc7e..976a43c 100644
--- a/src/Config.cs
+++ b/src/Config.cs
@@ -169,7 +169,7 @@ public class ConfigCommWSReverse
public string URL { get; set; }
///
- /// 反向 WebSocket 重连间隔
+ /// 反向 WebSocket 重连间隔,单位为毫秒
///
[DataMember(Name = "reconnect_interval")]
public int ReconnectInterval { get; set; }
diff --git a/src/LibOneBot.csproj b/src/LibOneBot.csproj
index 1f4e12b..14e777b 100644
--- a/src/LibOneBot.csproj
+++ b/src/LibOneBot.csproj
@@ -44,6 +44,7 @@
+
diff --git a/test/LibOneBot.Test.csproj b/test/LibOneBot.Test.csproj
index 7f32170..31bb741 100644
--- a/test/LibOneBot.Test.csproj
+++ b/test/LibOneBot.Test.csproj
@@ -8,6 +8,7 @@
enable
+