gpt4 book ai didi

c# - 如何在通用 Windows 类库中使用最新的 dot net core?

转载 作者:太空狗 更新时间:2023-10-29 20:30:08 26 4
gpt4 key购买 nike

我想在新的通用 Windows 类库中使用最新的 .NET Core。

但是在 VS2015 中创建新库时,System.Net.Sockets.Socket API 似乎没有更新。特别是我想要这个提交:https://github.com/dotnet/corefx/pull/4079/files

我的 project.json 看起来像:

{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
},
"frameworks": {
"uap10.0": {}
},
"runtimes": {
"win10-arm": {},
"win10-arm-aot": {},
"win10-x86": {},
"win10-x86-aot": {},
"win10-x64": {},
"win10-x64-aot": {}
}
}

最佳答案

您可以尝试使用他们的夜间提要升级该软件包:https://dotnet.myget.org/gallery/dotnet-core

关于c# - 如何在通用 Windows 类库中使用最新的 dot net core?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36146223/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com