We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478020c commit 438a32dCopy full SHA for 438a32d
1 file changed
DependencyQueue.Tests/DependencyQueue.Tests.csproj
@@ -23,16 +23,11 @@
23
</ItemGroup>
24
25
<ItemGroup>
26
- <PackageReference Include="Subatomix.Testing" Version="2.0.1" />
+ <PackageReference Include="Subatomix.Testing" Version="3.2.0" />
27
28
29
30
<Using Include="DependencyQueue.TestGlobals" Static="true" />
31
- <Using Include="FluentAssertions" />
32
- <Using Include="FluentAssertions.FluentActions" Static="true" />
33
- <Using Include="Moq" />
34
- <Using Include="NUnit.Framework" />
35
- <Using Include="Subatomix.Testing" />
36
37
38
</Project>
0 commit comments