Connect-wpf sample app not running because cannot find Microsoft.DotNet.Arcade.Sdk #2582
Open
2 tasks done
Labels
Area-Documentation
Improvements or additions to documentation
bug
Something isn't working
Impact-Low
Describe the bug
I tried to run the provided sample app in VS Code, but it failed with an Omnisharp error:
Unable to find package Microsoft.DotNet.Arcade.Sdk with version (= 8.0.0-beta.22554.2)
Please complete the following:
.NET Interactive
© 2020 Microsoft Corporation
Version: 1.0.360602+9bf026dabac44a6256a65168fa93dcb7e2edcca4
Library version: 1.0.0-beta.22606.2+9bf026dabac44a6256a65168fa93dcb7e2edcca4
Build date: 2022-12-29T12:27:44.9947868Z
Possible solution is to add the arcade's public nuget source to the nuget.config:
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
The text was updated successfully, but these errors were encountered: