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 controllerName = GetControllerName();
var message = $"Salam, {AppConfiguration.WelcomeMessage}"; var message = $"{AppConfiguration.WelcomeMessage}";
// //
return Ok(message); return Ok(message);
+1 -1
View File
@@ -29,7 +29,7 @@
<!-- Dependencies --> <!-- Dependencies -->
<ItemGroup> <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.Versioning" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.11" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.11" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="5.0.0" /> <PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="5.0.0" />