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 <[email protected]>
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

+4-4
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.
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.

Test/Test.csproj Tests/Fido2.Tests/Fido2.Tests.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\Src\Fido2.AspNet\Fido2.AspNet.csproj" />
20-
<ProjectReference Include="..\Src\Fido2.Development\Fido2.Development.csproj" />
21-
<ProjectReference Include="..\Src\Fido2.Models\Fido2.Models.csproj" />
22-
<ProjectReference Include="..\Src\Fido2\Fido2.csproj" />
19+
<ProjectReference Include="..\..\Src\Fido2\Fido2.csproj" />
20+
<ProjectReference Include="..\..\Src\Fido2.AspNet\Fido2.AspNet.csproj" />
21+
<ProjectReference Include="..\..\Src\Fido2.Development\Fido2.Development.csproj" />
22+
<ProjectReference Include="..\..\Src\Fido2.Models\Fido2.Models.csproj" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)