Skip to content

Commit dc3cb10

Browse files
authored
Update Microsoft.AspNetCore.Shared.Tests.csproj
1 parent 122cf4e commit dc3cb10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Shared/test/Shared.Tests/Microsoft.AspNetCore.Shared.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<Compile Include="$(SharedSourceRoot)ValueStopwatch\**\*.cs" Link="Shared\ValueStopwatch\%(Filename)%(Extension)"/>
3232
<Compile Include="$(SharedSourceRoot)WebEncoders\**\*.cs" Link="Shared\WebEncoders\%(Filename)%(Extension)"/>
3333
<Compile Include="$(SharedSourceRoot)TypeNameHelper\*.cs" />
34+
<Compile Include="$(SharedSourceRoot)TaskToApm.cs" />
3435
</ItemGroup>
3536

3637
<ItemGroup>
@@ -60,4 +61,4 @@
6061
</EmbeddedResource>
6162
</ItemGroup>
6263

63-
</Project>
64+
</Project>

0 commit comments

Comments
 (0)