Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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
Loading