File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net46;netcoreapp2.0</TargetFrameworks >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
6
<DefineConstants Condition =" '$(TargetFramework)' == 'net46' " >$(DefineConstants);DESKTOP</DefineConstants >
7
- <IsPackable >false</IsPackable >
8
7
</PropertyGroup >
9
8
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
-
16
9
<ItemGroup >
17
10
<ProjectReference Include =" ..\LibGit2Sharp\LibGit2Sharp.csproj" />
18
11
</ItemGroup >
19
12
20
13
<ItemGroup >
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
21
15
<PackageReference Include =" Moq" Version =" 4.7.145" />
22
16
<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" />
25
17
<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' " />
27
26
</ItemGroup >
28
27
29
28
</Project >
You can’t perform that action at this time.
0 commit comments