[PR #12248] [MERGED] Pin the NETCore.App.Host version to appease nuget #28921

Open
opened 2026-01-31 09:31:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12248
Author: @zadjii-msft
Created: 1/25/2022
Status: Merged
Merged: 1/25/2022
Merged by: @undefined

Base: mainHead: dev/migrie/eim/fix-nuget-restore


📝 Commits (1)

  • c0a13c4 Pin the NETCore.App.Host version to appease nuget

📊 Changes

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

View changed files

📝 src/cascadia/WpfTerminalTestNetCore/WpfTerminalTestNetCore.csproj (+1 -0)

📄 Description

This gets rid of warnings like

NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.21)
- Found 1 version(s) in TerminalDependencies [ Nearest version: 3.1.18 ]

Technically, there's a NETCore.App.Host.3.1.21 that's out now. We could
migrate to that, but then we'd have to make sure to manually re-upload that
nuget package to our nuget feed, and then we'd still get this warning the
next time that package is updated.

Theoretically, there's a 6.x version too, but considering this is a debugging
tool, we don't care all that much.

  • I work here
  • Discussed this with Dustin
  • Gets rid of a SUPER TRIVIAL warning.

🔄 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/microsoft/terminal/pull/12248 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 1/25/2022 **Status:** ✅ Merged **Merged:** 1/25/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/eim/fix-nuget-restore` --- ### 📝 Commits (1) - [`c0a13c4`](https://github.com/microsoft/terminal/commit/c0a13c4fe0af89d306580742a6f9585a53b22db8) Pin the `NETCore.App.Host` version to appease nuget ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WpfTerminalTestNetCore/WpfTerminalTestNetCore.csproj` (+1 -0) </details> ### 📄 Description This gets rid of warnings like ``` NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.21) - Found 1 version(s) in TerminalDependencies [ Nearest version: 3.1.18 ] ``` Technically, there's a `NETCore.App.Host.3.1.21` that's out now. We _could_ migrate to that, but then we'd have to make sure to manually re-upload that nuget package to our nuget feed, and then we'd still get this warning the next time that package is updated. Theoretically, there's a 6.x version too, but considering this is a debugging tool, we don't care all that much. * [x] I work here * [x] Discussed this with Dustin * [x] Gets rid of a SUPER TRIVIAL warning. --- <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-31 09:31:39 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28921