Microsoft.SemanticKernel.Core
1.0.0-beta5
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.SemanticKernel.Core --version 1.0.0-beta5
NuGet\Install-Package Microsoft.SemanticKernel.Core -Version 1.0.0-beta5
<PackageReference Include="Microsoft.SemanticKernel.Core" Version="1.0.0-beta5" />
<PackageVersion Include="Microsoft.SemanticKernel.Core" Version="1.0.0-beta5" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
paket add Microsoft.SemanticKernel.Core --version 1.0.0-beta5
#r "nuget: Microsoft.SemanticKernel.Core, 1.0.0-beta5"
#:package Microsoft.SemanticKernel.Core@1.0.0-beta5
#addin nuget:?package=Microsoft.SemanticKernel.Core&version=1.0.0-beta5&prerelease
#tool nuget:?package=Microsoft.SemanticKernel.Core&version=1.0.0-beta5&prerelease
About Semantic Kernel
Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages. The SK extensible programming model combines natural language semantic functions, traditional code native functions, and embeddings-based memory unlocking new potential and adding value to applications with AI.
Semantic Kernel incorporates cutting-edge design patterns from the latest in AI research. This enables developers to augment their applications with advanced capabilities, such as prompt engineering, prompt chaining, retrieval-augmented generation, contextual and long-term vectorized memory, embeddings, summarization, zero or few-shot learning, semantic indexing, recursive reasoning, intelligent planning, and access to external knowledge stores and proprietary data.
Getting Started ⚡
- Learn more at the documentation site.
- Join the Discord community.
- Follow the team on Semantic Kernel blog.
- Check out the GitHub repository for the latest updates.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.SemanticKernel.Abstractions (>= 1.0.0-beta5)
- System.Diagnostics.DiagnosticSource (>= 6.0.1)
NuGet packages (95)
Showing the top 5 NuGet packages that depend on Microsoft.SemanticKernel.Core:
Package | Downloads |
---|---|
Microsoft.SemanticKernel.Connectors.OpenAI
Semantic Kernel connectors for OpenAI. Contains clients for chat completion, embedding and DALL-E text to image. |
|
Microsoft.SemanticKernel
Semantic Kernel common package collection, including SK Core, OpenAI, Azure OpenAI, DALL-E 2. Empowers app owners to integrate cutting-edge LLM technology quickly and easily into their apps. |
|
Microsoft.SemanticKernel.Connectors.AzureOpenAI
Semantic Kernel connectors for Azure OpenAI. Contains clients for chat completion, embedding and DALL-E text to image. |
|
Microsoft.SemanticKernel.PromptTemplates.Handlebars
Semantic Kernel Handlebars Prompt Template Engine |
|
Microsoft.SemanticKernel.Agents.Core
Defines core set of concrete Agent and AgentChat classes, based on the Agent Abstractions. |
GitHub repositories (11)
Showing the top 11 popular GitHub repositories that depend on Microsoft.SemanticKernel.Core:
Repository | Stars |
---|---|
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
microsoft/ai-dev-gallery
An open-source project for Windows developers to learn how to add AI with local models and APIs to Windows apps.
|
|
fagenorn/handcrafted-persona-engine
An AI-powered interactive avatar engine using Live2D, LLM, ASR, TTS, and RVC. Ideal for VTubing, streaming, and virtual assistant applications.
|
|
dotnet/ai-samples
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
AIDotNet/GraphRag.Net
参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中
|
|
SteveSandersonMS/dotnet-ai-workshop
|
|
AIDotNet/Text2Sql.Net
Text2Sql.Net 是一个使用DotNet和Semantic Kernel开发的Text2Sql工具
|
|
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
|
|
kbeaugrand/SemanticKernel.Assistants
Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
|
Version | Downloads | Last Updated |
---|---|---|
1.65.0 | 109,701 | 9/10/2025 |
1.64.0 | 115,643 | 8/27/2025 |
1.63.0 | 64,352 | 8/20/2025 |
1.62.0 | 72,206 | 8/12/2025 |
1.61.0 | 143,652 | 7/24/2025 |
1.60.0 | 147,943 | 7/8/2025 |
1.59.0 | 85,200 | 7/1/2025 |
1.58.0 | 66,453 | 6/25/2025 |
1.57.0 | 133,795 | 6/16/2025 |
1.56.0 | 60,158 | 6/10/2025 |
1.55.0 | 172,308 | 6/3/2025 |
1.54.0 | 139,465 | 5/22/2025 |
1.53.1 | 22,260 | 5/21/2025 |
1.52.0 | 15,850 | 5/19/2025 |
1.51.0 | 74,695 | 5/16/2025 |
1.50.0 | 24,020 | 5/14/2025 |
1.49.0 | 86,322 | 5/8/2025 |
1.48.0 | 93,385 | 4/29/2025 |
1.47.0 | 165,328 | 4/17/2025 |
1.46.0 | 107,549 | 4/11/2025 |
1.45.0 | 221,670 | 4/3/2025 |
1.44.0 | 90,393 | 3/26/2025 |
1.43.0 | 28,260 | 3/25/2025 |
1.42.0 | 105,719 | 3/18/2025 |
1.41.0 | 64,150 | 3/11/2025 |
1.40.1 | 77,713 | 3/3/2025 |
1.40.0 | 51,744 | 2/28/2025 |
1.39.0 | 43,953 | 2/25/2025 |
1.38.0 | 70,512 | 2/20/2025 |
1.37.0 | 94,626 | 2/12/2025 |
1.36.1 | 74,813 | 2/7/2025 |
1.36.0 | 50,081 | 2/4/2025 |
1.35.0 | 108,785 | 1/28/2025 |
1.34.0 | 80,915 | 1/22/2025 |
1.33.0 | 213,647 | 1/7/2025 |
1.32.0 | 195,369 | 12/9/2024 |
1.31.0 | 97,268 | 11/27/2024 |
1.30.0 | 94,522 | 11/19/2024 |
1.29.0 | 132,791 | 11/13/2024 |
1.28.0 | 48,662 | 11/7/2024 |
1.27.0 | 20,306 | 11/5/2024 |
1.26.0 | 116,259 | 10/31/2024 |
1.25.0 | 128,883 | 10/23/2024 |
1.24.1 | 85,740 | 10/18/2024 |
1.23.0 | 9,053 | 10/17/2024 |
1.22.0 | 96,369 | 10/8/2024 |
1.21.1 | 125,938 | 9/25/2024 |
1.21.0 | 3,664 | 9/25/2024 |
1.20.0 | 135,422 | 9/17/2024 |
1.19.0 | 32,055 | 9/10/2024 |
1.18.2 | 106,824 | 9/4/2024 |
1.18.1-rc | 43,072 | 8/27/2024 |
1.18.0-rc | 30,640 | 8/12/2024 |
1.17.2 | 190,622 | 8/21/2024 |
1.17.1 | 121,923 | 8/7/2024 |
1.17.0 | 14,574 | 8/7/2024 |
1.16.2 | 59,376 | 7/30/2024 |
1.16.1 | 45,981 | 7/23/2024 |
1.16.0 | 60,169 | 7/16/2024 |
1.15.1 | 154,553 | 7/3/2024 |
1.15.0 | 106,329 | 6/19/2024 |
1.14.1 | 125,035 | 6/5/2024 |
1.14.0 | 38,409 | 6/4/2024 |
1.13.0 | 115,053 | 5/20/2024 |
1.12.0 | 22,444 | 5/16/2024 |
1.11.1 | 110,753 | 5/10/2024 |
1.11.0 | 6,786 | 5/8/2024 |
1.10.0 | 119,602 | 4/29/2024 |
1.9.0 | 78,625 | 4/24/2024 |
1.8.0 | 27,570 | 4/22/2024 |
1.7.1 | 86,687 | 4/5/2024 |
1.7.0 | 50,069 | 4/3/2024 |
1.6.3 | 170,979 | 3/19/2024 |
1.6.2 | 114,554 | 3/14/2024 |
1.6.1 | 19,049 | 3/12/2024 |
1.5.0 | 97,471 | 2/27/2024 |
1.4.0 | 145,005 | 2/14/2024 |
1.3.1 | 31,391 | 2/12/2024 |
1.3.0 | 111,680 | 1/31/2024 |
1.2.0 | 37,474 | 1/24/2024 |
1.1.0 | 110,290 | 1/16/2024 |
1.0.1 | 148,170 | 12/18/2023 |
1.0.0-rc4 | 11,187 | 12/13/2023 |
1.0.0-rc3 | 26,960 | 12/6/2023 |
1.0.0-rc2 | 5,209 | 12/5/2023 |
1.0.0-rc1 | 5,255 | 12/5/2023 |
1.0.0-beta8 | 142,102 | 11/16/2023 |
1.0.0-beta7 | 30,044 | 11/16/2023 |
1.0.0-beta6 | 22,875 | 11/9/2023 |
1.0.0-beta5 | 15,786 | 11/6/2023 |
1.0.0-beta4 | 22,901 | 10/30/2023 |
1.0.0-beta3 | 21,504 | 10/23/2023 |
1.0.0-beta2 | 18,172 | 10/16/2023 |
1.0.0-beta1 | 19,650 | 10/9/2023 |
0.24.230918.1-preview | 146,855 | 9/18/2023 |
0.24.230912.2-preview | 12,943 | 9/12/2023 |
0.24.230911.2-preview | 1,521 | 9/11/2023 |
0.23.230906.2-preview | 10,274 | 9/7/2023 |
0.22.230905.3-preview | 5,967 | 9/5/2023 |
0.21.230828.2-preview | 27,763 | 8/28/2023 |
0.20.230821.4-preview | 13,894 | 8/21/2023 |
0.19.230804.2-preview | 111,174 | 8/5/2023 |
0.18.230725.3-preview | 62,948 | 7/25/2023 |
0.17.230718.1-preview | 96,035 | 7/18/2023 |
0.17.230711.7-preview | 85,521 | 7/11/2023 |
0.17.230704.3-preview | 43,799 | 7/4/2023 |
0.17.230629.1-preview | 8,806 | 6/29/2023 |
0.17.230626.1-preview | 5,105 | 6/26/2023 |
0.16.230615.1-preview | 26,460 | 6/16/2023 |
0.15.231219.1-preview | 6,910 | 12/19/2023 |
0.15.230609.2-preview | 8,187 | 6/9/2023 |
0.15.230531.5-preview | 25,487 | 6/1/2023 |
0.14.547.1-preview | 25,297 | 5/16/2023 |
0.13.442.1-preview | 42,992 | 5/9/2023 |
0.13.277.1-preview | 18,484 | 4/25/2023 |
0.12.207.1-preview | 3,601 | 4/19/2023 |