From 8838ed4bf74377642d32774c558c0955e67c0faf Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Thu, 5 Oct 2023 14:34:32 +0200 Subject: [PATCH] [build] Fix docfx build warnings --- docs/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docfx.json b/docs/docfx.json index 52ed261bb6..8295b6e565 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -4,8 +4,8 @@ "src": [ { "files": [ - "src/BenchmarkDotNet/bin/Release/netstandard2.0/BenchmarkDotNet.dll", - "src/BenchmarkDotNet/bin/Release/netstandard2.0/BenchmarkDotNet.Annotations.dll" + "src/BenchmarkDotNet/BenchmarkDotNet.csproj", + "src/BenchmarkDotNet.Annotations/BenchmarkDotNet.Annotations.csproj" ], "src": ".." }