Add support for SemanticKernel and Build Project ...
This commit is contained in:
@@ -36,7 +36,7 @@ namespace xAiApi.Controllers
|
||||
{
|
||||
//
|
||||
var controllerName = GetControllerName();
|
||||
var message = $"Salam, {AppConfiguration.WelcomeMessage}";
|
||||
var message = $"{AppConfiguration.WelcomeMessage}";
|
||||
|
||||
//
|
||||
return Ok(message);
|
||||
|
||||
+2
-2
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user