We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c2bfc commit 5131d24Copy full SHA for 5131d24
UnitsNet.Tests/GlobalUsings.cs
@@ -0,0 +1,3 @@
1
+global using Xunit;
2
+global using UnitsNet.Units;
3
+
UnitsNet.Tests/UnitsNet.Tests.csproj
@@ -38,9 +38,4 @@
38
<ProjectReference Include="..\UnitsNet\UnitsNet.csproj" />
39
</ItemGroup>
40
41
- <ItemGroup>
42
- <Using Include="Xunit" />
43
- <Using Include="UnitsNet.Units" />
44
- </ItemGroup>
45
-
46
</Project>
0 commit comments