Skip to content

Commit 772503d

Browse files
committed
Do not compile PublicApi.received.cs
1 parent 692921e commit 772503d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Serilog.Formatting.Log4Net.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
</ItemGroup>
5656

5757
<ItemGroup>
58-
<Compile Remove="PublicApi.verified.cs" />
59-
<None Include="PublicApi.verified.cs" />
58+
<Compile Remove="PublicApi.*.cs" />
59+
<None Include="PublicApi.*.cs" />
6060
</ItemGroup>
6161

6262
</Project>

0 commit comments

Comments
 (0)