Revert "Remove ref project from Microsoft.AspNetCore.Testing (dotnet/Extensions#2817...
authorWilliam Godbe <wigodbe@microsoft.com>
Sat, 18 Jan 2020 03:24:54 +0000 (19:24 -0800)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 03:24:54 +0000 (19:24 -0800)
This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b.

Commit migrated from https://github.com/dotnet/Extensions/commit/1286a6ff55e300352dabeb6d778c9fcdd258bd08

src/libraries/Microsoft.Extensions.DependencyInjection/tests/Common/src/Microsoft.Extensions.Logging.Testing.csproj

index 0c07c01..0670cff 100644 (file)
@@ -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" />