A NET 8 API project that references a shared library does not start when calling "dotnet watch run". #1495
Unanswered
code64ZmafIO
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can't run a .NET nanoFramework application with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a shared library to store data transfer contracts.
The library is referenced .NET 8 api service and nanoframeowork application.
API runs through Visual Studio, but does not run with "dotnet watch run" command, cannot find target (error MSB4057).
How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions