Skip to content

Commit 256efcb

Browse files
committed
remove xunit package-ref in lib projects
1 parent b40ddd9 commit 256efcb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Algorithms/Algorithms.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<TargetFramework>netcoreapp2.0</TargetFramework>
44
</PropertyGroup>
55

6-
<ItemGroup>
7-
<PackageReference Include="xunit" Version="2.4.1" />
8-
</ItemGroup>
9-
106
<ItemGroup>
117
<ProjectReference Include="..\DataStructures\DataStructures.csproj" />
128
</ItemGroup>

DataStructures/DataStructures.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<TargetFramework>netcoreapp2.0</TargetFramework>
44
</PropertyGroup>
55

6-
<ItemGroup>
7-
<PackageReference Include="xunit" Version="2.4.1" />
8-
</ItemGroup>
9-
106
<ItemGroup>
117
<Content Include="Data\PrimesDocument_10K.csv">
128
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

0 commit comments

Comments
 (0)