Skip to content

Commit 5131d24

Browse files
committed
refactor: consolidate global usings for UnitsNet.Tests
1 parent f0c2bfc commit 5131d24

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

UnitsNet.Tests/GlobalUsings.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
global using Xunit;
2+
global using UnitsNet.Units;
3+

UnitsNet.Tests/UnitsNet.Tests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,4 @@
3838
<ProjectReference Include="..\UnitsNet\UnitsNet.csproj" />
3939
</ItemGroup>
4040

41-
<ItemGroup>
42-
<Using Include="Xunit" />
43-
<Using Include="UnitsNet.Units" />
44-
</ItemGroup>
45-
4641
</Project>

0 commit comments

Comments
 (0)