Skip to content

Commit cf7a478

Browse files
committed
Clean up tests project file
1 parent fa10103 commit cf7a478

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

+9-10
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,25 @@
44
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<DefineConstants Condition=" '$(TargetFramework)' == 'net46' ">$(DefineConstants);DESKTOP</DefineConstants>
7-
<IsPackable>false</IsPackable>
87
</PropertyGroup>
98

10-
<ItemGroup>
11-
<Compile Include="..\LibGit2Sharp\Core\Epoch.cs" Link="TestHelpers\Epoch.cs" />
12-
<Compile Include="..\LibGit2Sharp\Core\Platform.cs" Link="TestHelpers\Platform.cs" />
13-
<Compile Remove="desktop\**" Condition=" '$(TargetFramework)' != 'net46' " />
14-
</ItemGroup>
15-
169
<ItemGroup>
1710
<ProjectReference Include="..\LibGit2Sharp\LibGit2Sharp.csproj" />
1811
</ItemGroup>
1912

2013
<ItemGroup>
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
2115
<PackageReference Include="Moq" Version="4.7.145" />
2216
<PackageReference Include="xunit" Version="2.3.1" />
23-
<PackageReference Include="xunit.skippablefact" Version="1.3.3" />
24-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
2517
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
26-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
19+
<PackageReference Include="xunit.skippablefact" Version="1.3.3" />
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<Compile Include="..\LibGit2Sharp\Core\Epoch.cs" Link="TestHelpers\Epoch.cs" />
24+
<Compile Include="..\LibGit2Sharp\Core\Platform.cs" Link="TestHelpers\Platform.cs" />
25+
<Compile Remove="desktop\**" Condition=" '$(TargetFramework)' != 'net46' " />
2726
</ItemGroup>
2827

2928
</Project>

0 commit comments

Comments
 (0)