Skip to content

Commit 076700b

Browse files
committed
Cleanup
1 parent c137ce2 commit 076700b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

service/tests/TestHelpers/TestHelpers.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
<Nullable>enable</Nullable>
1010
</PropertyGroup>
1111

12-
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
13-
<DefineConstants>OS_WINDOWS</DefineConstants>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<ProjectReference Include="..\..\..\extensions\KM\KernelMemory\KernelMemory.csproj" />
18-
</ItemGroup>
19-
2012
<ItemGroup>
2113
<Using Include="Xunit" />
2214
<Using Include="Xunit.Abstractions" />
@@ -34,5 +26,13 @@
3426
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3527
</PackageReference>
3628
</ItemGroup>
37-
29+
30+
<ItemGroup>
31+
<ProjectReference Include="..\..\..\extensions\KM\KernelMemory\KernelMemory.csproj" />
32+
</ItemGroup>
33+
34+
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
35+
<DefineConstants>OS_WINDOWS</DefineConstants>
36+
</PropertyGroup>
37+
3838
</Project>

0 commit comments

Comments
 (0)