Azure-Samples/semantic-kernel-rag-chat

error: The --prerelease and --version options are not supported in the same command.

Vivihung opened this issue · 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

image

Environment information
image

Manual workaround is to add the following reference in myfunc.csproj

<PackageReference Include="Microsoft.SemanticKernel" Version="0.14.547.1-preview" />

image