diff --git a/AiCoreUnitTest/Ollama2FacadeTest.cs b/AiCoreUnitTest/Ollama2FacadeTest.cs
index 7fcde3a9b..c9fb6fe4f 100644
--- a/AiCoreUnitTest/Ollama2FacadeTest.cs
+++ b/AiCoreUnitTest/Ollama2FacadeTest.cs
@@ -36,11 +36,11 @@ namespace AiCoreUnitTest
// Build Payload
var payload = new
{
- model = "llama3:latest",
+ model = "gemma3:12b",
messages = new[] {
new {
role = "user",
- message = "Say 'Hi'!"
+ message = "why is the sky blue?"
}
}
};
diff --git a/AiCoreUnitTest/app.config b/AiCoreUnitTest/app.config
index 1c15ab99e..6afd7c217 100644
--- a/AiCoreUnitTest/app.config
+++ b/AiCoreUnitTest/app.config
@@ -48,12 +48,16 @@
-
+
+
+
+
+
\ No newline at end of file
diff --git a/Dakota/Dakota.csproj b/Dakota/Dakota.csproj
index bd6ac875f..7f3466db5 100644
--- a/Dakota/Dakota.csproj
+++ b/Dakota/Dakota.csproj
@@ -45,12 +45,11 @@
..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
-
- False
- ..\Lib\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
-
- ..\packages\System.Text.Json.9.0.2\lib\net462\System.Text.Json.dll
+
+ ..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll
diff --git a/Dakota/app.config b/Dakota/app.config
index b949327f8..6c670e3b7 100644
--- a/Dakota/app.config
+++ b/Dakota/app.config
@@ -20,7 +20,7 @@
-
+
diff --git a/Dakota/packages.config b/Dakota/packages.config
index 73a09538b..1057f8f7f 100644
--- a/Dakota/packages.config
+++ b/Dakota/packages.config
@@ -5,9 +5,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/Host/Host.csproj b/Host/Host.csproj
index 39d803556..fa22e3b99 100644
--- a/Host/Host.csproj
+++ b/Host/Host.csproj
@@ -165,8 +165,8 @@
..\packages\System.Reflection.Metadata.9.0.2\lib\net462\System.Reflection.Metadata.dll
-
- ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
@@ -176,8 +176,8 @@
..\packages\System.Text.Encodings.Web.9.0.11\lib\net462\System.Text.Encodings.Web.dll
-
- ..\packages\System.Text.Json.9.0.2\lib\net462\System.Text.Json.dll
+
+ ..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll
..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
diff --git a/Host/Web.config b/Host/Web.config
index 1a6eb2811..c997d7f62 100644
--- a/Host/Web.config
+++ b/Host/Web.config
@@ -37,7 +37,7 @@
-
+
diff --git a/Host/packages.config b/Host/packages.config
index 4fc24c980..ec2e8af0d 100644
--- a/Host/packages.config
+++ b/Host/packages.config
@@ -25,10 +25,10 @@
-
+
-
+
\ No newline at end of file
diff --git a/Report/Report.csproj b/Report/Report.csproj
index 0d025b2ce..e73eca499 100644
--- a/Report/Report.csproj
+++ b/Report/Report.csproj
@@ -146,8 +146,8 @@
..\packages\System.Reflection.Metadata.9.0.2\lib\net462\System.Reflection.Metadata.dll
-
- ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
diff --git a/Report/app.config b/Report/app.config
index 0678b5bb0..7b8188acc 100644
--- a/Report/app.config
+++ b/Report/app.config
@@ -20,7 +20,7 @@
-
+
diff --git a/Report/packages.config b/Report/packages.config
index 53138dfce..a437e25fa 100644
--- a/Report/packages.config
+++ b/Report/packages.config
@@ -19,7 +19,7 @@
-
+
\ No newline at end of file
diff --git a/ReportService/ReportingService.csproj b/ReportService/ReportingService.csproj
index 01bb1dfca..bb0ba7d60 100644
--- a/ReportService/ReportingService.csproj
+++ b/ReportService/ReportingService.csproj
@@ -109,8 +109,8 @@
..\packages\System.Reflection.Metadata.9.0.2\lib\net462\System.Reflection.Metadata.dll
-
- ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
diff --git a/ReportService/app.config b/ReportService/app.config
index 49d4f3b21..2b75f4bdd 100644
--- a/ReportService/app.config
+++ b/ReportService/app.config
@@ -20,7 +20,7 @@
-
+
diff --git a/ReportService/packages.config b/ReportService/packages.config
index 704399a47..f0bc0d854 100644
--- a/ReportService/packages.config
+++ b/ReportService/packages.config
@@ -20,7 +20,7 @@
-
+
\ No newline at end of file
diff --git a/Server/Components/AICore/AICore.csproj b/Server/Components/AICore/AICore.csproj
index 516acdb06..69d2e60a7 100644
--- a/Server/Components/AICore/AICore.csproj
+++ b/Server/Components/AICore/AICore.csproj
@@ -31,29 +31,28 @@
4
-
- False
- ..\..\..\Lib\Microsoft.Bcl.AsyncInterfaces.dll
+
+ ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
-
- False
- ..\..\..\Lib\System.IO.Pipelines.dll
+
+ ..\..\..\packages\System.IO.Pipelines.9.0.7\lib\net462\System.IO.Pipelines.dll
False
..\..\..\Lib\System.Memory.dll
-
- False
- ..\..\..\Lib\System.Text.Encodings.Web.dll
+
+ ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
-
- False
- ..\..\..\Lib\System.Text.Json.dll
+
+ ..\..\..\packages\System.Text.Encodings.Web.9.0.7\lib\net462\System.Text.Encodings.Web.dll
+
+
+ ..\..\..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll
diff --git a/Server/Components/AICore/app.config b/Server/Components/AICore/app.config
index 24b437281..333490b57 100644
--- a/Server/Components/AICore/app.config
+++ b/Server/Components/AICore/app.config
@@ -4,7 +4,7 @@
-
+
diff --git a/Server/Components/AICore/packages.config b/Server/Components/AICore/packages.config
index af8ab101b..02e7c5569 100644
--- a/Server/Components/AICore/packages.config
+++ b/Server/Components/AICore/packages.config
@@ -13,7 +13,7 @@
-
+
@@ -28,15 +28,15 @@
-
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/Server/Components/ServerUtils/ServerUtils.csproj b/Server/Components/ServerUtils/ServerUtils.csproj
index 7e7cf931b..15cb3f15b 100644
--- a/Server/Components/ServerUtils/ServerUtils.csproj
+++ b/Server/Components/ServerUtils/ServerUtils.csproj
@@ -31,8 +31,8 @@
4
-
- ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.2\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
+
+ ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
@@ -41,8 +41,8 @@
-
- ..\..\..\packages\System.IO.Pipelines.9.0.2\lib\net462\System.IO.Pipelines.dll
+
+ ..\..\..\packages\System.IO.Pipelines.9.0.7\lib\net462\System.IO.Pipelines.dll
..\..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll
@@ -52,14 +52,14 @@
..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
-
- ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
-
- ..\..\..\packages\System.Text.Encodings.Web.9.0.2\lib\net462\System.Text.Encodings.Web.dll
+
+ ..\..\..\packages\System.Text.Encodings.Web.9.0.7\lib\net462\System.Text.Encodings.Web.dll
-
- ..\..\..\packages\System.Text.Json.9.0.2\lib\net462\System.Text.Json.dll
+
+ ..\..\..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll
..\..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
diff --git a/Server/Components/ServerUtils/app.config b/Server/Components/ServerUtils/app.config
index 1696df668..a845ef6c5 100644
--- a/Server/Components/ServerUtils/app.config
+++ b/Server/Components/ServerUtils/app.config
@@ -4,7 +4,7 @@
-
+
diff --git a/Server/Components/ServerUtils/packages.config b/Server/Components/ServerUtils/packages.config
index fa26128c9..483e8ff89 100644
--- a/Server/Components/ServerUtils/packages.config
+++ b/Server/Components/ServerUtils/packages.config
@@ -1,13 +1,13 @@
-
+
-
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/Service/Service.csproj b/Service/Service.csproj
index 0b6841bee..e7bff9a75 100644
--- a/Service/Service.csproj
+++ b/Service/Service.csproj
@@ -110,8 +110,8 @@
-
- ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.2\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
+
+ ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
@@ -166,8 +166,8 @@
3.0
-
- ..\packages\System.IO.Pipelines.9.0.2\lib\net462\System.IO.Pipelines.dll
+
+ ..\packages\System.IO.Pipelines.9.0.7\lib\net462\System.IO.Pipelines.dll
..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll
@@ -193,11 +193,11 @@
..\packages\System.Text.Encoding.CodePages.9.0.2\lib\net462\System.Text.Encoding.CodePages.dll
-
- ..\packages\System.Text.Encodings.Web.9.0.2\lib\net462\System.Text.Encodings.Web.dll
+
+ ..\packages\System.Text.Encodings.Web.9.0.7\lib\net462\System.Text.Encodings.Web.dll
-
- ..\packages\System.Text.Json.9.0.2\lib\net462\System.Text.Json.dll
+
+ ..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll
..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
diff --git a/Service/app.config b/Service/app.config
index e0d3afbb7..234d11349 100644
--- a/Service/app.config
+++ b/Service/app.config
@@ -56,7 +56,7 @@
-
+
@@ -68,7 +68,7 @@
-
+
diff --git a/Service/packages.config b/Service/packages.config
index 61b8f97d7..707fd162c 100644
--- a/Service/packages.config
+++ b/Service/packages.config
@@ -2,7 +2,7 @@
-
+
@@ -21,14 +21,14 @@
-
+
-
-
+
+
diff --git a/XRechnungUnitTest/app.config b/XRechnungUnitTest/app.config
index 8367cfba1..af3ea25fe 100644
--- a/XRechnungUnitTest/app.config
+++ b/XRechnungUnitTest/app.config
@@ -48,7 +48,7 @@
-
+