Skip to content

Commit 18acd83

Browse files
committed
misc: reorder PackageReference for Xunit.SkippableFact in unit tests project
1 parent 25e1ceb commit 18acd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Yubico.Core/tests/Yubico.Core.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ limitations under the License. -->
4343
<DefineConstants>Linux</DefineConstants>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
4746
<ProjectReference Include="..\src\Yubico.Core.csproj" />
47+
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
4848
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
4949
<PackageReference Include="xunit" Version="2.8.1" />
5050
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
@@ -55,5 +55,5 @@ limitations under the License. -->
5555
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5656
</None>
5757
</ItemGroup>
58-
58+
5959
</Project>

0 commit comments

Comments
 (0)