nuget软件包中的版本不匹配

发布于 2025-01-20 16:18:43 字数 219 浏览 0 评论 0原文

我在安装 nuget 包时尝试创建 gis 应用程序,但显示以下错误:

错误“Esri.ArcGISRuntime.WPF”nuget 包无法用于定位“net6.0-windows”。目标为“net6.0-windows10.0.18362.0”或更高版本。

我已尝试降级 nuget 包的版本,但它不起作用,它一直给出相同的错误,我在哪里可以下载 net 6.0 窗口 10.0.18362.0

I was trying to create a gis application when i installed a nuget package, it showed the following error,

Error The 'Esri.ArcGISRuntime.WPF' nuget package cannot be used to target 'net6.0-windows'. Target 'net6.0-windows10.0.18362.0' or later instead.

I have tried downgrading the version of the nuget package but it didn't work, it keeps giving out the same error, where can i download net 6.0 windows 10.0.18362.0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

源来凯始玺欢你 2025-01-27 16:18:43

尝试以下操作:

  1. 转到Project/ YourProject属性/
  2. 确保目标框架为.NET 6
  3. 将目标OS版本更改为10.0.18362.0,
  4. 如果您收到这样的错误:尝试运行Nuget Restore“只需重新启动Visual Studio

请记住,您的项目仅适用于Windows版本10.0.18362.0及以后使用此方法

Try this:

  1. Go to Project/YourProject Properties/
  2. Make sure target framework is .NET 6
  3. Change Target OS version to 10.0.18362.0
  4. If you get an error like this: "The runtime pack for microsoft.windows.sdk.Net was not downloaded. Try running a nuget restore" just restart visual studio

Keep in mind that your project will only work for windows version 10.0.18362.0 and later using this method

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文