diff --git a/AiCoreUnitTest/AiCoreUnitTest.csproj b/AiCoreUnitTest/AiCoreUnitTest.csproj
index 52094a4c0..fd7e4bc6c 100644
--- a/AiCoreUnitTest/AiCoreUnitTest.csproj
+++ b/AiCoreUnitTest/AiCoreUnitTest.csproj
@@ -48,6 +48,7 @@
prompt
+
..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
diff --git a/Shared/BeWoAppInfo.cs b/Shared/BeWoAppInfo.cs
index 8d899b3a7..a5eac3c81 100644
--- a/Shared/BeWoAppInfo.cs
+++ b/Shared/BeWoAppInfo.cs
@@ -14,7 +14,7 @@ namespace BS.Shared
{
var baseVersion = new Version("3.32");
var stage = BeWoClientReleaseStage.Sandbox;
- var stageVersion = new Version("5.2.3.2");
+ var stageVersion = new Version("5.2.3.3");
var feature = BeWoClientFeature.AI;
#if !DEBUG