Skip to content

Commit 8d18a4e

Browse files
.Net: Obsolete SK planners (#11741)
### Motivation, Context and Description This PR stops publishing OpenAI and Handlebars planners as NuGet packages. Contributes to: #10070
1 parent 65d4784 commit 8d18a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotnet/src/Planners/Planners.Handlebars/Planners.Handlebars.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<RootNamespace>Microsoft.SemanticKernel.Planning</RootNamespace>
77
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
88
<VersionSuffix>preview</VersionSuffix>
9+
<IsPackable>false</IsPackable>
910
</PropertyGroup>
1011

11-
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
1212
<Import Project="$(RepoRoot)/dotnet/src/InternalUtilities/src/InternalUtilities.props" />
1313
<Import Project="$(RepoRoot)/dotnet/src/InternalUtilities/planning/PlanningUtilities.props" />
1414

dotnet/src/Planners/Planners.OpenAI/Planners.OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<RootNamespace>Microsoft.SemanticKernel.Planning</RootNamespace>
77
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
88
<VersionSuffix>preview</VersionSuffix>
9+
<IsPackable>false</IsPackable>
910
</PropertyGroup>
1011

11-
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
1212
<Import Project="$(RepoRoot)/dotnet/src/InternalUtilities/src/InternalUtilities.props" />
1313
<Import Project="$(RepoRoot)/dotnet/src/InternalUtilities/planning/PlanningUtilities.props" />
1414

0 commit comments

Comments
 (0)