DLL Version Update + UnitTests

This commit is contained in:
2025-12-03 11:17:42 +01:00
parent 853d3035f7
commit 8bc21969ef
24 changed files with 77 additions and 75 deletions

View File

@@ -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?"
}
}
};

View File

@@ -48,12 +48,16 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.6.0" newVersion="4.1.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.1.0" newVersion="2.5.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>