Skip to content

Commit c2a8473

Browse files
committed
Revert change to ProjectReference
1 parent fbd6b09 commit c2a8473

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Flagsmith.FlagsmithClient/Flagsmith.FlagsmithClient.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
<PrivateAssets>all</PrivateAssets>
3131
</PackageReference>
32+
33+
<!-- currently we duplicate the semver dependency here from Engine project -->
34+
<!-- TODO: build the Engine at build time and reference it using a PackageReference -->
3235
<PackageReference Include="semver" Version="2.3.0" />
33-
<ProjectReference Include="..\Flagsmith.Engine\Flagsmith.Engine.csproj" />
36+
37+
<ProjectReference Include="..\Flagsmith.Engine\Flagsmith.Engine.csproj" PrivateAssets="all" />
3438
<None Include="LICENSE" Pack="true" PackagePath="" />
3539
<None Include="icon.png" Pack="true" PackagePath="\" />
3640
</ItemGroup>

0 commit comments

Comments
 (0)