Package Nuget Restore not working-

I am trying to run a sample C # code in visual studio for a square join:

https://github.com/square/connect-api-examples/tree/master/connect-examples/v2/csharp_payment

When I open the solution, all links have a yellow triangle and an exclamation mark next to them.

I tried restoring nuget packages in solution, uninstalling and reinstalling some, and I cannot get the triangles to go away. It will not be for me.

Any ideas? Thanks

+6
source share
2 answers

, , .

:

  • <Target Name="EnsureNuGetPackageBuildImports" ..> , .
  • Update-Package -Reinstall (NuGet).

.

+10

.

0

Source: https://habr.com/ru/post/1017154/


All Articles