NuGet fails to update implicitly added dependency with Update
attribute.
#10883
Labels
L: dotnet:nuget
NuGet packages via nuget or dotnet
Update
attribute.
#10883
F# projects get an implicit reference to
FSharp.Core
added. The initial<PackageReferene Include...
line comes from the SDK and is not in the user's source. If a newer version is requested, the project file will contain only the following line:example.fsproj
:Currently trying to make that update results in
Package [FSharp.Core] does not exist as a dependency in [example.csproj].
which ultimately turns into anupdate_not_possible
error.The text was updated successfully, but these errors were encountered: