mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #681] .NET Framework 4.0 Install: MSBUILD.exe missing #430
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abyteout1 on GitHub (Jul 9, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/681
Listed prereq is for .NET Framework 4.0 Client Profile, installed using provided download link but .NET FW 4.0 no longer includes MSBuild.exe, so Build scripts that reference it do not work.
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
@abyteout1 commented on GitHub (Jul 9, 2018):
.NET installer Framework 4.6: https://www.microsoft.com/en-us/download/confirmation.aspx?id=48137
seems to fix issue, got errors during compile but Server is running and built a client without issue.