Skip to content

Commit

Permalink
Fix build by making references explicit now that they're no longer tr…
Browse files Browse the repository at this point in the history
…ansitive
  • Loading branch information
hvanbakel committed Nov 28, 2018
1 parent cedf9e3 commit e1a8738
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project2015To2017.Console/Project2015To2017.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Project2015To2017.Core\Project2015To2017.Core.csproj" />
<ProjectReference Include="..\Project2015To2017.Migrate2017.Library\Project2015To2017.Migrate2017.Library.csproj" />
<ProjectReference Include="..\Project2015To2017\Project2015To2017.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Project2015To2017.Core\Project2015To2017.Core.csproj" />
<ProjectReference Include="..\Project2015To2017\Project2015To2017.csproj" />
</ItemGroup>

Expand Down
2 changes: 2 additions & 0 deletions Project2015To2017.Tests/Project2015To2017.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Project2015To2017.Core\Project2015To2017.Core.csproj" />
<ProjectReference Include="..\Project2015To2017.Migrate2017.Library\Project2015To2017.Migrate2017.Library.csproj" />
<ProjectReference Include="..\Project2015To2017\Project2015To2017.csproj" />
</ItemGroup>

Expand Down

0 comments on commit e1a8738

Please sign in to comment.