Skip to content

Commit

Permalink
Disable transitive project references in test projects (dotnet/extens…
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Jun 13, 2019
1 parent c2b6a32 commit 66756f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\Microsoft.Extensions.Primitives.csproj" />
<Reference Include="Microsoft.Extensions.Primitives" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 66756f8

Please sign in to comment.