执行如下命令 ```bash dotnet nuget locals all --clear ```
32025年4月17日
dotnet清理本地nuget缓存
安装该辅助工具 https://github.com/dotnet-outdated/dotnet-outdated ### 升级依赖的nuget包版本 解决方案目录下执行,检查过期包 dotn...
22025年4月17日
dotnet检测过时的包并升级
```bash # 查看本地安装的dotnet工具列表 dotnet tool list # 查看全局安装的dotnet工具列表 dotnet tool list --global # 安装dotn...
22025年4月17日
查看本地安装的dotnet工具列表
# 构建 dotnet build --configuration Release # 打包 dotnet pack --configuration Release -o .packag...
12025年4月17日
上传nuget包