Conversation
Bumps Microsoft.SemanticKernel.Core from 1.48.0 to 1.70.0 --- updated-dependencies: - dependency-name: Microsoft.SemanticKernel.Core dependency-version: 1.70.0 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.SemanticKernel.Core dependency-version: 1.70.0 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR (Dependabot) pins Microsoft.SemanticKernel.Core to 1.70.0 in the SemanticClip.Core project.
Changes:
- Add/upgrade
Microsoft.SemanticKernel.Corepackage reference to1.70.0inSemanticClip.Core/SemanticClip.Core.csproj.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <PackageReference Include="Microsoft.SemanticKernel.Agents.Abstractions" Version="1.48.0" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel.Agents.AzureAI" Version="1.48.0-preview" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.48.0" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel.Core" Version="1.70.0" /> |
There was a problem hiding this comment.
Microsoft.SemanticKernel.Core is bumped to 1.70.0 while the other SemanticKernel packages in this project remain at 1.48.0 (and other projects in the solution still reference Microsoft.SemanticKernel.Core 1.48.0). This version skew is likely to produce NuGet downgrade/conflict warnings (NU1605) or runtime incompatibilities. Consider upgrading all Microsoft.SemanticKernel* package references in the solution to the same version (or using central package management) so the SK packages stay in lockstep.
| <PackageReference Include="Microsoft.SemanticKernel.Core" Version="1.70.0" /> | |
| <PackageReference Include="Microsoft.SemanticKernel.Core" Version="1.48.0" /> |
| <PackageReference Include="Microsoft.SemanticKernel.Agents.Abstractions" Version="1.48.0" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel.Agents.AzureAI" Version="1.48.0-preview" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.48.0" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel.Core" Version="1.70.0" /> |
There was a problem hiding this comment.
The newly added <PackageReference> line is mis-indented compared to the surrounding entries, which makes the csproj harder to read and can cause noisy diffs later. Please align its indentation with the other PackageReference elements in this <ItemGroup>.
Pinned Microsoft.SemanticKernel.Core at 1.70.0.
Release notes
Sourced from Microsoft.SemanticKernel.Core's releases.
1.70.0
Changes:
This list of changes was auto generated.
1.69.0
Changes:
1.68.0
Changes:
See More
This list of changes was auto generated.
1.67.1
Changes:
This list of changes was auto generated.
1.67.0
Changes:
See More
This list of changes was auto generated.
1.66.0
Changes:
See More
1.65.0
Changes:
model_extrasduplication (#13066) [ #13005 ]See More
This list of changes was auto generated.
1.64.0
Changes:
See More
This list of changes was auto generated.
1.63.0
Changes:
1.62.0
Changes:
See More
This list of changes was auto generated.
1.61.0
Changes:
x-goog-api-keyHTTP header (#12717) [ #12666 ]1.60.0
Changes:
See More
This list of changes was auto generated.
1.59.0
Changes:
See More
AgentInvokeOptions.OnIntermediateMessagefor non-streaming (#12589)1.58.0
Changes:
See More
AzureClientCore(#12523)OpenAIResponseAgent(#12456)1.57.0
Changes:
AIContextinstruction formatting forChatCompletionAgentstreaming invocation (#12444)This list of changes was auto generated.
1.56.0
Changes:
See More
CopilotStudioAgent(#12372)1.55.0
Changes:
AzureAIAgent(#12348)See More
Labelsfield in Gemini Request. (#12300) [ #12257 ]This list of changes was auto generated.
1.54.0
Changes:
OpenAIAssistantandAzureAIAgentfunction-call streaming (#12205)This list of changes was auto generated.
1.53.1
Important:
With this update, developers using an
AzureAIAgentmust target a GA Azure AI Foundry Project: Migration GuideChanges:
AzureAIAgentSettings(#12211)This list of changes was auto generated.
1.53.0
Important:
With this update, developers using an
AzureAIAgentmust target a GA Azure AI Foundry Project: Migration GuideChanges:
1.52.1
Changes:
This list of changes was auto generated.
1.52.0
Changes:
See More
This list of changes was auto generated.
1.51.0
Changes:
ITextEmbeddingGenerator(#11981) [ #10811 ]This list of changes was auto generated.
1.50.0
Changes:
See More
This list of changes was auto generated.
1.49.0
Changes:
Code QLworkflow for workflow dispatch (#11945)See More
function_result.valueininvoke_function_callto prevent state mutation (#11826)... (truncated)
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.