Skip to content

Commit

Permalink
Move Test folder to Tests/Fido2.Tests (#549)
Browse files Browse the repository at this point in the history
* Move Test folder to Tests/Fido2.Tests

* Fix CI

* dotnet format

---------

Co-authored-by: joegoldman2 <[email protected]>
  • Loading branch information
joegoldman2 and joegoldman2 authored Oct 18, 2024
1 parent 0ea57fd commit 455f428
Show file tree
Hide file tree
Showing 73 changed files with 1,327 additions and 1,327 deletions.
8 changes: 4 additions & 4 deletions Src/Fido2/Fido2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Test" />
<InternalsVisibleTo Include="Fido2.Tests" />
</ItemGroup>

<ItemGroup>
<!--
<!--
The name of the file must equal to the name of the package which is currently
defaulting to the project file name (excluding file extension of course)...
defaulting to the project file name (excluding file extension of course).
-->
<Content Include="build/fido2.targets" PackagePath="build/" />
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions Test/Test.csproj → Tests/Fido2.Tests/Fido2.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Src\Fido2.AspNet\Fido2.AspNet.csproj" />
<ProjectReference Include="..\Src\Fido2.Development\Fido2.Development.csproj" />
<ProjectReference Include="..\Src\Fido2.Models\Fido2.Models.csproj" />
<ProjectReference Include="..\Src\Fido2\Fido2.csproj" />
<ProjectReference Include="..\..\Src\Fido2\Fido2.csproj" />
<ProjectReference Include="..\..\Src\Fido2.AspNet\Fido2.AspNet.csproj" />
<ProjectReference Include="..\..\Src\Fido2.Development\Fido2.Development.csproj" />
<ProjectReference Include="..\..\Src\Fido2.Models\Fido2.Models.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 455f428

Please sign in to comment.