-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope that the future can in Nuget package management page through the UI update Microsoft.Windows.SDK.NET.Ref package #1786
Comments
This is a .NET limitation, since you cannot directly reference a .NET SDK. |
Thanks for the reminder, I've already raised this issue under the dotnet runtime. dotnet/sdk#43335 |
Typically, the hope is you do not need to manually set |
At present, I see that every time a new version of CsWinRT is released, the Windows SDK version will also be updated, and before CsWinRT supported AOT, the Windows SDK version was updated less frequently. So in future releases, will the Windows SDK version always follow the CsWinRT update? If so, I find it cumbersome to search for the Windows SDK version and manually change the version number every time. |
The sdk version will be bumped in future version of .NET SDK. It's not actionable on the CsWinRT side. |
Describe the bug
Hope that the future can in Nuget package management page through the UI update Microsoft.Windows.SDK.NET.Ref package
希望未来能在 Nuget 包管理页面中通过 UI 更新 Microsoft.Windows.SDK.NET.Ref 包
After updating to CsWinRT 2.1.X, we found that the Microsoft.Windows.SDK.NET.Ref framework package will also be updated with the version of CsWinRT, however if we want to know the latest version of Microsoft.Windows.SDK.NET.Ref, we need to manually search and modify the 10.0.26100.45 property value, which is no longer very convenient. I hope that the CsWinRT team can communicate with the Visual Studio team, and you can add a separate display of the content of the framework package on the Nuget package management page, and you can follow the ordinary Nuget package to update it on the Nuget package management page
在更新到 CsWinRT 2.1.X 后,我们发现Microsoft.Windows.SDK.NET.Ref 框架包也会随着 CsWinRT 的版本进行更新,然而如果我们想了解 Microsoft.Windows.SDK.NET.Ref 的最新版本,需要手动搜索并修改 csproj 下的 10.0.26100.45 属性值,这已操作不太方便。希望 CsWinRT 团队能和 Visual Studio 团队能沟通一下,可以在 Nuget 包的管理页面添加一个单独显示框架包的内容,可以跟随普通的 Nuget 包在 Nuget 包管理页面进行更新
To Reproduce
Expected behavior
Can add a separate display of the content of the framework package on the Nuget package management page, and you can follow the ordinary Nuget package to update it on the Nuget package management page
可以在 Nuget 包的管理页面添加一个单独显示框架包的内容,可以跟随普通的 Nuget 包在 Nuget 包管理页面进行更新
Version Info
CsWinRT 2.1.3
.NET 9 Preview 7
Windows SDK 10.0.26100.45
Visual Studio 17.11.3
Additional context
None
The text was updated successfully, but these errors were encountered: