Skip to content

Commit

Permalink
Simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Jan 15, 2025
1 parent 7ff41d6 commit 1f33590
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 deletions.
10 changes: 6 additions & 4 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@

<ItemGroup Condition="$(ProjectName.EndsWith('Tests'))">
<Compile Include="$(MSBuildThisFileDirectory)AssemblyInfo.cs" Link="AssemblyInfo.cs" />

<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" />

<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="Verify.XunitV3" />
<PackageReference Include="NSubstitute" />
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions test/Tests.Entities/ExRam.Gremlinq.Tests.Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

<ItemGroup>
<ProjectReference Include="..\..\src\Core\ExRam.Gremlinq.Core.csproj" />

<PackageReference Remove="xunit.v3"></PackageReference>
<PackageReference Remove="xunit.runner.visualstudio"></PackageReference>
<PackageReference Remove="Microsoft.NET.Test.Sdk"></PackageReference>

</ItemGroup>

</Project>
4 changes: 0 additions & 4 deletions test/Tests.Fixtures/ExRam.Gremlinq.Tests.Fixtures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<PackageReference Include="Microsoft.Azure.Cosmos" />
<PackageReference Include="System.Interactive.Async" />
<PackageReference Include="Testcontainers" />

<PackageReference Remove="xunit.v3"></PackageReference>
<PackageReference Remove="xunit.runner.visualstudio"></PackageReference>
<PackageReference Remove="Microsoft.NET.Test.Sdk"></PackageReference>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<ProjectReference Include="..\Tests.Entities\ExRam.Gremlinq.Tests.Entities.csproj" />

<PackageReference Include="System.Interactive.Async" />

<PackageReference Remove="xunit.v3"></PackageReference>
<PackageReference Remove="xunit.runner.visualstudio"></PackageReference>
<PackageReference Remove="Microsoft.NET.Test.Sdk"></PackageReference>
</ItemGroup>

</Project>

0 comments on commit 1f33590

Please sign in to comment.