[PR #479] [MERGED] Fix NETSDK1045 CI build failure #1056

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/479
Author: @yufeih
Created: 9/30/2020
Status: Merged
Merged: 10/3/2020
Merged by: @xoofx

Base: masterHead: fix-ci


📝 Commits (1)

  • da5eff0 Fix NETSDK1045 CI build failure

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 .github/workflows/ci.yml (+0 -2)

📄 Description

Remove with uses latest dotnet, which is now 3.1.402

Fixes this build error:

Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\3.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(127,5): error NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.1.  Either target .NET Core 3.0 or lower, or use a version of the .NET SDK that supports .NET Core 3.1.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/479 **Author:** [@yufeih](https://github.com/yufeih) **Created:** 9/30/2020 **Status:** ✅ Merged **Merged:** 10/3/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-ci` --- ### 📝 Commits (1) - [`da5eff0`](https://github.com/xoofx/markdig/commit/da5eff075d9fb420a031e9d3af834b187305ddbd) Fix NETSDK1045 CI build failure ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+0 -2) </details> ### 📄 Description Remove `with` uses latest dotnet, which is now `3.1.402` Fixes [this](https://github.com/lunet-io/markdig/pull/478/checks?check_run_id=1186626201#step:4:29) build error: ``` Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\3.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(127,5): error NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.1. Either target .NET Core 3.0 or lower, or use a version of the .NET SDK that supports .NET Core 3.1. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:49:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1056