vs net core 项目异常解决办法-project.assets.json' not found. Run a NuGet package restore to generate this file
vs net core 项目异常解决办法-project.assets.json' not found. Run a NuGet package restore to generate this file
Error occurred while restoring NuGet packages: The local source 'C:\Users\think\Downloads' doesn't exist.
1>------ Build started: Project: TensorFlow.Binding, Configuration: Debug Any CPU ------
2>------ Build started: Project: Benchmark, Configuration: Debug Any CPU ------
2>C:\Program Files\dotnet\sdk\2.2.207\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(208,5): error NETSDK1004: Assets file 'D:\TensorFlow.NET20191228\TensorFlow.NET\src\TensorFlowNet.Benchmarks\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
solution steps as follows:
PM> dotnet restore
C:\Program Files\dotnet\sdk\3.1.100\NuGet.targets(123,5): error : 本地源"C:\Users\think\Downloads"不存在。 [D:\TensorFlow.NET20191228\TensorFlow.NET\TensorFlow.NET.sln]
PM>
main menu/build/build solution
========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
2012-12-28 [转].NET平台下的Excel编程|C#操作Excel|Application和ApplicationClass的联系和区别
2012-12-28 [转]寻找SqlHelper
2012-12-28 ACCESS通用操作数据类
2012-12-28 <转载>OleDb操作Access数据库:新增记录时获取自动编号的主键值
2006-12-28 MapXtreme2005开发的经典问题