Skip to content

Commit fda51a5

Browse files
author
John Luo
committed
Fixup
1 parent a0e5e14 commit fda51a5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</PropertyGroup>
5656

5757
<ItemGroup Condition=" '$(IsUnitTestProject)' == 'true' ">
58-
<Reference Include="Microsoft.AspNetCore.Testing" />
58+
<ProjectReference Include="$(MSBuildThisFileDirectory)src\TestingUtils\Microsoft.AspNetCore.Testing\src\Microsoft.AspNetCore.Testing.csproj" />
5959
<Reference Include="Moq" />
6060
</ItemGroup>
6161

src/Hosting/IntegrationTesting/src/Microsoft.Extensions.Hosting.IntegrationTesting.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<Reference Include="Microsoft.AspNetCore.Testing" />
1918
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
2019
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
2120
<Reference Include="Microsoft.Extensions.Logging" />

src/TestingUtils/Microsoft.AspNetCore.Testing/test/Microsoft.AspNetCore.Testing.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<Reference Include="Microsoft.AspNetCore.Testing" />
1817
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
1918
</ItemGroup>
2019

0 commit comments

Comments
 (0)