Skip to content

Commit f3cb94e

Browse files
committed
Compile fix
1 parent 7343d4c commit f3cb94e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

PlatformLibs.v3.ncrunchsolution

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<SolutionConfiguration>
22
<Settings>
33
<AllowParallelTestExecution>True</AllowParallelTestExecution>
4+
<EnableRDI>True</EnableRDI>
5+
<RdiConfigured>True</RdiConfigured>
46
<SolutionConfigured>True</SolutionConfigured>
57
</Settings>
68
</SolutionConfiguration>

libs/hosting/tests/Hosting.Tests/Extensions.Hosting.Tests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Logicality.SystemExtensions" Version="0.2.0" />
10-
</ItemGroup>
11-
12-
<ItemGroup>
9+
<ProjectReference Include="..\..\..\system-extensions\src\SystemExtensions\SystemExtensions.csproj" />
1310
<ProjectReference Include="..\..\src\Hosting.Docker\Extensions.Hosting.Docker.csproj" />
1411
<ProjectReference Include="..\..\src\Hosting.SerilogConsoleLogging\Extensions.Hosting.SerilogConsoleLogging.csproj" />
1512
</ItemGroup>

0 commit comments

Comments
 (0)