This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround issue in solution targets in MSBuild RC3
- Loading branch information
Nate McMaster
committed
Jan 20, 2017
1 parent
8d94d91
commit 7f7413b
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- workaround https://github.com/Microsoft/msbuild/issues/1587 --> | ||
<Project> | ||
<ItemGroup> | ||
<RestoreGraphProjectInputItems Include="$(RepoDir)\**\*.csproj" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\NuGet.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters