Skip to content

Commit 455f428

Browse files
authored
Move Test folder to Tests/Fido2.Tests (#549)
* Move Test folder to Tests/Fido2.Tests * Fix CI * dotnet format --------- Co-authored-by: joegoldman2 <147369450+joegoldman@users.noreply.github.com>
1 parent 0ea57fd commit 455f428

File tree

73 files changed

+1327
-1327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1327
-1327
lines changed

Src/Fido2/Fido2.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<InternalsVisibleTo Include="Test" />
22+
<InternalsVisibleTo Include="Fido2.Tests" />
2323
</ItemGroup>
24-
24+
2525
<ItemGroup>
26-
<!--
26+
<!--
2727
The name of the file must equal to the name of the package which is currently
28-
defaulting to the project file name (excluding file extension of course)...
28+
defaulting to the project file name (excluding file extension of course).
2929
-->
3030
<Content Include="build/fido2.targets" PackagePath="build/" />
3131
</ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)