zoukankan      html  css  js  c++  java
  • 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 hinkDownloads' 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 Filesdotnetsdk2.2.207SdksMicrosoft.NET.Sdk argetsMicrosoft.PackageDependencyResolution.targets(208,5): error NETSDK1004: Assets file 'D:TensorFlow.NET20191228TensorFlow.NETsrcTensorFlowNet.Benchmarksobjproject.assets.json' not found. Run a NuGet package restore to generate this file.

    solution steps as follows:

     

    PM> dotnet restore

    C:Program Filesdotnetsdk3.1.100NuGet.targets(123,5): error : 本地源"C:Users hinkDownloads"不存在。 [D:TensorFlow.NET20191228TensorFlow.NETTensorFlow.NET.sln]

    PM>

     

    main menu/build/build solution

    ========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

     

  • 相关阅读:
    HRBUST 1849 商品中心
    UVA 11600 Masud Rana
    Codeforces Round #580 (Div.1)
    loj 6270 数据结构板子题
    luogu P1758 [NOI2009]管道取珠
    luogu P1852 [国家集训队]跳跳棋
    51nod 2589 快速讨伐
    SICP_3.9-3.11
    SICP_3.7-3.8
    SICP_3.5-3.6
  • 原文地址:https://www.cnblogs.com/xiexiaokui/p/12112807.html
Copyright © 2011-2022 走看看