[PR #102] Lock .NET Core SDK to 1.0.0-preview2 #808

Open
opened 2026-01-29 14:45:48 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/102

State: closed
Merged: Yes


Without this, Markdig will fail to build on a system that has .NET Core SDK 1.0.0 (final) installed. Currently, Markdig only builds on preview1 and preview2 - You'd need to convert from project.json to csproj via dotnet migrate or Visual Studio 2017 to get it working on the final 1.0.0 SDK.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/102 **State:** closed **Merged:** Yes --- Without this, Markdig will fail to build on a system that has .NET Core SDK 1.0.0 (final) installed. Currently, Markdig only builds on preview1 and preview2 - You'd need to convert from `project.json` to `csproj` via `dotnet migrate` or Visual Studio 2017 to get it working on the final 1.0.0 SDK.
claunia added the pull-request label 2026-01-29 14:45:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#808