mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 13:54:45 +00:00
Can't install Markdig with dotnet 5 #454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darbaga on GitHub (Apr 4, 2021).
Hi,
Apologies if I'm doing this wrong; I've just gotten started with dotnet. I'm using the winforms template for c# available by dotnet new winforms. Whenever I try to add Markdig (by doing dotnet add package Markdig), I get the following error:
And if I try to add a specific version, I get the following:
Is there something I can do to get this working on my end?
Thanks.
@darbaga commented on GitHub (Apr 4, 2021):
Ah, turns out it was my fault after all-the Nuget configuration was somehow so broken that I couldn't install any packages at all. Reinstalling the dotnet sdk fixed it.