Skip to content

Commit 8838ed4

Browse files
[build] Fix docfx build warnings
1 parent af610ee commit 8838ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"src": [
55
{
66
"files": [
7-
"src/BenchmarkDotNet/bin/Release/netstandard2.0/BenchmarkDotNet.dll",
8-
"src/BenchmarkDotNet/bin/Release/netstandard2.0/BenchmarkDotNet.Annotations.dll"
7+
"src/BenchmarkDotNet/BenchmarkDotNet.csproj",
8+
"src/BenchmarkDotNet.Annotations/BenchmarkDotNet.Annotations.csproj"
99
],
1010
"src": ".."
1111
}

0 commit comments

Comments
 (0)