You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
After I installed preview4 of the new dotnet sdk 6.0 my tye project fails to run
Loading Application Details...
Restoring and evaluating projects
Evaluating project failed with exit code 1
Output: C:\Users\MartinStenhoff\AppData\Local\Temp\ntvqhri1.4x4\byxys54o.xqe.proj : error MSB4057: The target "Restore" does not exist in the project.
Build FAILED.
C:\Users\MartinStenhoff\AppData\Local\Temp\ntvqhri1.4x4\byxys54o.xqe.proj : error MSB4057: The target "Restore" does not exist in the project.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.06
Error:
Restore and project evaluation took: 298,4885ms
Drats! 'run' failed:
Evaluated project metadata file could not be found for service payment-frontend
I've seen a ticket about msbuild (6373) bundled in P4 having this issue, but isn't my global.json I have supposed to fix the sdk to the one defined in the file?
{
"sdk": {
"version": "5.0.300"
}
}
After I removed P4 tye works again.
The text was updated successfully, but these errors were encountered:
After I installed preview4 of the new dotnet sdk 6.0 my tye project fails to run
I've seen a ticket about msbuild (6373) bundled in P4 having this issue, but isn't my global.json I have supposed to fix the sdk to the one defined in the file?
After I removed P4 tye works again.
The text was updated successfully, but these errors were encountered: