diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml
index c127bea2..8fc683d1 100644
--- a/.github/workflows/main_automation.yml
+++ b/.github/workflows/main_automation.yml
@@ -22,7 +22,6 @@ jobs:
with:
dotnet-version: '8.x'
dotnet-quality: 'preview'
- include-prerelease: true
- name: Install JDK11 for Sonar Scanner
uses: actions/setup-java@v1
diff --git a/Indicators/Indicators.csproj b/Indicators/Indicators.csproj
index 547741b9..02a2620b 100644
--- a/Indicators/Indicators.csproj
+++ b/Indicators/Indicators.csproj
@@ -41,7 +41,7 @@
- C:\Quantower\TradingPlatform\v1.130.7\bin\TradingPlatform.BusinessLayer.dll
+ ..\QuantowerDLL\TradingPlatform.BusinessLayer.dll
\ No newline at end of file
diff --git a/QuantowerDLL/TradingPlatform.BusinessLayer.dll b/QuantowerDLL/TradingPlatform.BusinessLayer.dll
new file mode 100644
index 00000000..11c3b4e3
Binary files /dev/null and b/QuantowerDLL/TradingPlatform.BusinessLayer.dll differ
diff --git a/Strategies/Strategies.csproj b/Strategies/Strategies.csproj
index f067f1fa..f8c78db4 100644
--- a/Strategies/Strategies.csproj
+++ b/Strategies/Strategies.csproj
@@ -36,10 +36,10 @@
-
+
- C:\Quantower\TradingPlatform\v1.130.7\bin\TradingPlatform.BusinessLayer.dll
+ ..\QuantowerDLL\TradingPlatform.BusinessLayer.dll
\ No newline at end of file