forked from Sitecore/Habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sitecore#476] Change approach to fixing System.Buffers reference issue
* Ensure we don't replace the version shipped with the product * Add explicit reference to 4.5.0 in Project layer * Ensure project dependencies are such that it's deployed last
- Loading branch information
1 parent
edb9ed2
commit 3e4cb1e
Showing
3 changed files
with
30 additions
and
18 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,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- | ||
Referencing in Directory.build.props will prevent Visual Studio from expanding the globs when you rename a project. | ||
--> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\Foundation\*\code\*.csproj" /> | ||
<ProjectReference Include="..\..\..\Feature\*\code\*.csproj" /> | ||
</ItemGroup> | ||
</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
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