mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 21:40:00 +00:00
Can't install Markdig with dotnet 5 #451
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.