Update src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification...
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Wed, 18 Mar 2020 20:51:09 +0000 (13:51 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 20:51:09 +0000 (13:51 -0700)
Co-Authored-By: Eric StJohn <ericstj@microsoft.com>
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Microsoft.Extensions.DependencyInjection.Specification.Tests.csproj

index b993165..2bfca27 100644 (file)
   <ItemGroup>
     <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
   </ItemGroup>
-
-  <ItemGroup>
-    <!--
-      This intentionally does not reference 'xunit', 'xunit.core', or any runner packages.
-      XUnit recommends only using xunit.extensibility.*, xunit.assert, and xunit.abstractions for packages which "extend" xunit.
-      This allows consumers to decide which type of xunit runner they want to use to run these tests,
-      and avoids problems with `dotnet pack`.
-
-      See https://xunit.github.io/docs/nuget-packages and the special note in https://xunit.github.io/releases/2.3.
-    -->
-    <Reference Include="xunit.assert" />
-    <Reference Include="xunit.extensibility.core" />
-  </ItemGroup>
 </Project>