Skip to content

Commit ef2e510

Browse files
committed
Remove Snapshooter.Xunit package reference from MongoDb and Neo4j test projects
1 parent 3771100 commit ef2e510

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

samples/MongoDb/MongoDb.Sample.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
<ProjectReference Include="..\..\src\Mongo\Mongo.csproj" />
1010
<ProjectReference Include="..\Shared\Shared.csproj" />
1111
</ItemGroup>
12-
13-
<ItemGroup>
14-
<PackageReference Include="Snapshooter.Xunit" />
15-
</ItemGroup>
16-
12+
1713
<ItemGroup>
1814
<None Update="users.json">
1915
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

test/Mongo.Tests/Mongo.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<AssemblyName>Squadron.Mongo.Tests</AssemblyName>
55
</PropertyGroup>
66

7-
<ItemGroup>
8-
<PackageReference Include="Snapshooter.Xunit" />
9-
</ItemGroup>
10-
117
<ItemGroup>
128
<None Update="__snapshots__\*.*">
139
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

test/Neo4j.Tests/Neo4j.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Snapshooter.Xunit" />
1918
<PackageReference Include="ServiceStack.Text" />
2019
</ItemGroup>
2120

0 commit comments

Comments
 (0)