C#.Net
金糕
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
dotnet restore还原包命令,找不到MSB4276: The default SDK resolver failed to re solve SDK “Microsoft.NET.Sdk“
摘要:本文介绍在Windows Server 2008 R2系统中配置MSBuildSDKsPath环境变量的方法。需新建环境变量,值为dotnet SDK路径(如C:\Program Files\dotnet\sdk\6.0.428\Sdks)。可通过dotnet --info或dotnet --list-sdks查看可用SDK版本。配置完成后需重启系统,最后使用dotnet restore命令恢复项目依赖(xxx.csproj/xxx.sln)。原创 2026-05-15 21:26:49 · 6 阅读 · 0 评论 -
C#.Net6.0,7.0 .Net Core 为什么没有CallContext类?
C#.Net6.0,7.0 .Net Core 为什么没有CallContext类?原创 2023-03-14 15:29:14 · 486 阅读 · 0 评论 -
C# .Net6.0的项目没有App.config配置文件
新建的.Net6.0项目没有App.config配置文件怎么办原创 2023-03-10 22:12:06 · 3628 阅读 · 0 评论
分享