zoukankan      html  css  js  c++  java
  • Nuget出现错误怎么办?

     

     

    1. Go to the packages folder in the Windows Explorer and delete it.
    2. Open Visual Studio and Go to Tools > Library Package Manager > Package Manager Settingsand under the Package Manager item on the left hand side there is a "Clear Package Cache" button. Click this button and make sure that the check box for "Allow NuGet to download missing packages during build" is checked.
    3. Clean the solution
    4. Then right click the solution in the Solution Explorer and enable NuGet Package Restore
    5. Build the solution

     

    For Visual Studio 2013 and above, step 2) should read:

    1. Open Visual Studio and go to Tools > Options > NuGet Package Manager and on the right hand side there is a "Clear Package Cache button". Click this button and make sure that the check boxes for "Allow NuGet to download missing packages" and "Automatically check for missing packages during build in Visual Studio" are checked.

     

  • 相关阅读:
    NOI 模拟赛
    bzoj 4998 星球联盟
    bzoj 4545 DQS 的 Trie
    loj #161 子集卷积
    bzoj 5093 图的价值
    bzoj 4299 Codechef FRBSUM
    NOI 模拟赛
    WC2018 州区划分
    CSP 2020 T2 动物园
    CSP 2020 T1 儒略日
  • 原文地址:https://www.cnblogs.com/time-is-life/p/5591486.html
Copyright © 2011-2022 走看看