Skip to content

Commit

Permalink
Move Test folder to Tests/Fido2.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 committed Oct 4, 2024
1 parent 26e5f75 commit d119d58
Show file tree
Hide file tree
Showing 67 changed files with 1,254 additions and 1,254 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.
6 changes: 3 additions & 3 deletions Test/Test.csproj → Tests/Fido2.Tests/Fido2.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Src\Fido2.AspNet\Fido2.AspNet.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.Models\Fido2.Models.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit d119d58

Please sign in to comment.