Vivihung opened this issue a year ago · 1 comments
Following Chapter 1. Got error in the first step. Therefore my myfunc.csproj doens't have binary reference to Microsoft.SemanticKernel. dotnet add package Microsoft.SemanticKernel --prerelease -v 0.14.547.1-preview
dotnet add package Microsoft.SemanticKernel --prerelease -v 0.14.547.1-preview
Environment information
Manual workaround is to add the following reference in myfunc.csproj
myfunc.csproj
<PackageReference Include="Microsoft.SemanticKernel" Version="0.14.547.1-preview" />