Skip to content

Commit

Permalink
Revert "Remove ref project from Microsoft.AspNetCore.Testing (dotnet/…
Browse files Browse the repository at this point in the history
…extensions#2817)" (dotnet/extensions#2882)

This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b.


Commit migrated from dotnet/extensions@1286a6f
  • Loading branch information
wtgodbe authored Jan 18, 2020
1 parent 48a4a96 commit c581a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\TestingUtils\Microsoft.AspNetCore.Testing\src\Microsoft.AspNetCore.Testing.csproj" />
<Reference Include="Microsoft.AspNetCore.Testing" />
<Reference Include="Microsoft.Extensions.DependencyInjection" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Microsoft.Extensions.Logging" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</PropertyGroup>

<ItemGroup>
<Reference Include="Microsoft.AspNetCore.Testing" />
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
<Reference Include="Microsoft.Extensions.Logging" />
Expand Down

0 comments on commit c581a60

Please sign in to comment.