Skip to content

Commit

Permalink
Move InternalsVisibleTo to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarbon committed Feb 10, 2024
1 parent 2994b3b commit ee79c98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Src/Fido2/Assembly.cs

This file was deleted.

4 changes: 4 additions & 0 deletions Src/Fido2/Fido2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Test" />
</ItemGroup>

<ItemGroup>
<!--
The name of the file must equal to the name of the package which is currently
Expand Down

0 comments on commit ee79c98

Please sign in to comment.