Add support for SemanticKernel and Build Project ...

This commit is contained in:
2026-04-04 04:50:55 +03:30
parent 058b55f4fa
commit 843aff3879
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace xAiApi.Controllers
{
//
var controllerName = GetControllerName();
var message = $"Salam, {AppConfiguration.WelcomeMessage}";
var message = $"{AppConfiguration.WelcomeMessage}";
//
return Ok(message);
+2 -2
View File
@@ -26,10 +26,10 @@
<PackageReference Include="xDashboard.xDataService" Version="1.0.0" />
<PackageReference Include="xDashboard.xPushService" Version="1.0.0" />
</ItemGroup>
<!-- Dependencies -->
<ItemGroup>
<!-- <PackageReference Include="Microsoft.SemanticKernel" Version="1.14.1" /> -->
<PackageReference Include="Microsoft.SemanticKernel" Version="1.65.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.11" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="5.0.0" />