Add support for SemanticKernel and Build Project ...
This commit is contained in:
@@ -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
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user