Skip to content

Commit

Permalink
Suppress strong name warning in dpop test proj
Browse files Browse the repository at this point in the history
We don't care about strong naming in general, and we definitely don't care in a test project
  • Loading branch information
josephdecock committed Apr 3, 2024
1 parent 75b1360 commit 20e77ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/DPoPTests/DPoPTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
</PropertyGroup>

<PropertyGroup>
<NoWarn>CS8002</NoWarn>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\DPoP\DPoP.csproj" />
<ProjectReference Include="..\..\src\OidcClient\OidcClient.csproj" />
Expand Down

0 comments on commit 20e77ec

Please sign in to comment.