Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 20e77ec

Browse files
committed
Suppress strong name warning in dpop test proj
We don't care about strong naming in general, and we definitely don't care in a test project
1 parent 75b1360 commit 20e77ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/DPoPTests/DPoPTests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
1111
</PropertyGroup>
1212

13+
<PropertyGroup>
14+
<NoWarn>CS8002</NoWarn>
15+
</PropertyGroup>
16+
1317
<ItemGroup>
1418
<ProjectReference Include="..\..\src\DPoP\DPoP.csproj" />
1519
<ProjectReference Include="..\..\src\OidcClient\OidcClient.csproj" />

0 commit comments

Comments
 (0)