File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
service/tests/TestHelpers Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments